LineItemInput Class
Namespace
LineItemInput Properties
The following are properties for LineItemInput.
description
Description of the product.
Signature
public String description {get; set;}
Property Value
Type: String
discount
Discount applied to the line item level.
Signature
public Double discount {get; set;}
Property Value
Type: Double
discountIndicator
Specifies whether a discount was applied to the specific line item.
Signature
public Boolean discountIndicator {get; set;}
Property Value
Type: Boolean
dutyAmount
Duty or tariff applied specifically to a item (not the whole order).
Signature
public Double dutyAmount {get; set;}
Property Value
Type: Double
grossNetIndicator
Specifies if the line item amount is Gross (before discounts) or Net (after
discounts).
Signature
public String grossNetIndicator {get; set;}
Property Value
Type: String
lineItemId
Line item identifier. Specify when multiple items are present.
Signature
public String lineItemId {get; set;}
Property Value
Type: String
lineItemTotal
Total amount for that line item.
Signature
public Double lineItemTotal {get; set;}
Property Value
Type: Double
shippingAmount
Shipping or freight cost allocated to that line item.
Signature
public Double shippingAmount {get; set;}
Property Value
Type: Double
taxRate
Tax percentage applied to that specific line item.
Signature
public Double taxRate {get; set;}
Property Value
Type: Double
uom
Unit of measure. For example, EA, HRS, and KG.
Signature
public String uom {get; set;}
Property Value
Type: String
LineItemInput Methods
The following are methods for LineItemInput.
equals(obj)
Maintains the integrity of lists of type LineItemInput by determining the equality of external objects in a list. This
method is dynamic and based on the equals method in Java.
Signature
public Boolean equals(Object obj)
Parameters
- obj
- Type: Object
- External object whose key is to be validated.
Return Value
Type: Boolean
hashCode()
Maintains the integrity of lists of type LineItemInput.
Signature
public Integer hashCode()
Return Value
Type: Integer