Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
LineItemInput Class
Namespace
LineItemInput Properties
The following are properties for LineItemInput.
description
Signature
public String description {get; set;}
Property Value
Type: String
discount
Signature
public Double discount {get; set;}
Property Value
Type: Double
discountIndicator
Signature
public Boolean discountIndicator {get; set;}
Property Value
Type: Boolean
dutyAmount
Signature
public Double dutyAmount {get; set;}
Property Value
Type: Double
grossNetIndicator
Signature
public String grossNetIndicator {get; set;}
Property Value
Type: String
lineItemId
Signature
public String lineItemId {get; set;}
Property Value
Type: String
lineItemTotal
Signature
public Double lineItemTotal {get; set;}
Property Value
Type: Double
shippingAmount
Signature
public Double shippingAmount {get; set;}
Property Value
Type: Double
taxRate
Signature
public Double taxRate {get; set;}
Property Value
Type: Double
uom
Signature
public String uom {get; set;}
Property Value
Type: String
LineItemInput Methods
The following are methods for LineItemInput.
equals(obj)
Signature
public Boolean equals(Object obj)
Parameters
-
obj:
Type:
Object External object whose key is to be validated.
Return Value
Type: Boolean
hashCode()
Signature
public Integer hashCode()
Return Value
Type: Integer