Class OrderLineDetails
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class OrderLineDetails
Properties
DiscountAmount
Discount on the line item, with the last two digits implied as decimal places
Declaration
public long? DiscountAmount { get; set; }
Property Value
Type | Description |
---|---|
long? |
GoogleProductCategoryId
The Google product category ID for the item.
Declaration
public long? GoogleProductCategoryId { 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? |
ProductCategory
The category of the product (i.e. home appliance). This property can be used for fraud screening on the Ogone Platform.
Declaration
public string ProductCategory { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |
ProductName
The name of the product. The '+' character is not allowed in this property for transactions that are processed by TechProcess Payment Platform.
Declaration
public string ProductName { 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? |
ProductSku
Product SKU number
Declaration
public string ProductSku { get; set; }
Property Value
Type | Description |
---|---|
string |
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 implied as 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 |