Class LineItem
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class LineItem
Properties
AmountOfMoney
Object containing amount and ISO currency code attributes
Note: make sure you submit the amount and currency code for each line item
Declaration
public AmountOfMoney AmountOfMoney { get; set; }
Property Value
Type | Description |
---|---|
AmountOfMoney |
InvoiceData
Object containing the line items of the invoice or shopping cart. The '+' character is not allowed in this property for transactions that are processed by TechProcess Payment Platform.
Declaration
public LineItemInvoiceData InvoiceData { get; set; }
Property Value
Type | Description |
---|---|
LineItemInvoiceData |
Level3InterchangeInformation
Object containing additional information that when supplied can have a beneficial effect on the discountrates
Declaration
[Obsolete("Use orderLineDetails instead")]
public LineItemLevel3InterchangeInformation Level3InterchangeInformation { get; set; }
Property Value
Type | Description |
---|---|
LineItemLevel3InterchangeInformation |
OrderLineDetails
Object containing additional information that when supplied can have a beneficial effect on the discountrates
Declaration
public OrderLineDetails OrderLineDetails { get; set; }
Property Value
Type | Description |
---|---|
OrderLineDetails |