Class LineItemInvoiceData
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.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? |