Class LineItemLevel3InterchangeInformation
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class LineItemLevel3InterchangeInformation
Properties
DiscountAmount
Discount on the line item, with the last two digits are implied decimal places
Declaration
public long? DiscountAmount { get; set; }
Property Value
Type | Description |
---|---|
long? |
LineAmountTotal
Total amount for the line item
Declaration
public long? LineAmountTotal { get; set; }
Property Value
Type | Description |
---|---|
long? |
ProductCode
Product or UPC Code, left justified
Note: Must not be all spaces or all zeros
Declaration
public string ProductCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductPrice
The price of one unit of the product, the value should be zero or greater
Declaration
public long? ProductPrice { get; set; }
Property Value
Type | Description |
---|---|
long? |
ProductType
Code used to classify items that are purchased
Note: Must not be all spaces or all zeros
Declaration
public string ProductType { get; set; }
Property Value
Type | Description |
---|---|
string |
Quantity
Quantity of the units being purchased, should be greater than zero
Note: Must not be all spaces or all zeros
Declaration
public long? Quantity { get; set; }
Property Value
Type | Description |
---|---|
long? |
TaxAmount
Tax on the line item, with the last two digits are implied decimal places
Declaration
public long? TaxAmount { get; set; }
Property Value
Type | Description |
---|---|
long? |
Unit
Indicates the line item unit of measure; for example: each, kit, pair, gallon, month, etc.
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
string |