Class LineItemInvoiceData
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class LineItemInvoiceData
Properties
Description
Shopping cart item description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantLinenumber
Line number for printed invoice or order of items in the cart
Should be a numeric string
Declaration
public string MerchantLinenumber { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantPagenumber
Page number for printed invoice
Should be a numeric string
Declaration
public string MerchantPagenumber { get; set; }
Property Value
Type | Description |
---|---|
string |
NrOfItems
Quantity of the item
Declaration
public string NrOfItems { get; set; }
Property Value
Type | Description |
---|---|
string |
PricePerItem
Price per item
Declaration
public long? PricePerItem { get; set; }
Property Value
Type | Description |
---|---|
long? |