Adyen · Schema

SaleItem

In loyalty or value added payment card transaction, the items of the sale are entering in the processing of the transaction. Sale items of a transaction.

PaymentsFinancial ServicesFintech

Properties

Name Type Description
ItemID integer Item identification inside a transaction (0 to n).
ProductCode integer Product code of item purchased with the transaction.
EanUpc integer If data sent, POI has to store it and send it if the host protocol allows it.
UnitOfMeasure object
Quantity string If data sent, POI has to store it and send it if the host protocol allows it.
UnitPrice number if Quantity present.
ItemAmount number Total amount of the item line.
TaxCode integer If data sent, POI has to store it and send it if the host protocol allows it.
SaleChannel integer If data sent, POI has to store it and send it if the host protocol allows it.
ProductLabel string
AdditionalProductInfo string If data sent, POI has to store it and send it if the host protocol allows it.
View JSON Schema on GitHub