Name | Description | Type | Additional information |
---|---|---|---|
Description |
Name or description of the item (M) |
string |
None. |
Amount |
Quantity; assume 1 if not defined. |
decimal number |
None. |
MerchantPurchaseItemNumber |
Item identifier in merchants own system |
string |
None. |
GrossPrice |
Price of single item (including tax) |
decimal number |
None. |
NetPrice |
Price of single item (exluding tax) |
decimal number |
None. |
TaxPercentage |
Percentage of tax; can be different for different items. |
decimal number |
None. |
GrossTotal |
Total of the PurchaseItem (Amount * GrossPrice), including tax. |
decimal number |
None. |
NetTotal |
Total excluding tax |
decimal number |
None. |
ReversedTotal |
Total amount of credited purchases |
decimal number |
None. |
CostPoolCode |
Cost pool of item |
string |
None. |
TaxCode |
Taxation code |
string |
None. |
BuyerReference |
Reference note of buyer |
string |
None. |
SellerReference |
Reference note of seller |
string |
None. |
StatusEnum |
Status of Purchase Item. Used only when returning data from API. |
PurchaseStatusEnumeration |
None. |