Optional
nameName of the product from the merchant's catalog.
Optional
pricePrice of the product without VAT.
Optional
price_Price of a single product item with VAT.
Optional
quantityNumber of product items for the purchase.
Optional
single_Amount of the VAT for a single product item (calculated as the product of price
and vat_rate
, i.e. single_vat_amount = price * vat_rate
).
Optional
total_Total price of the product items without VAT (calculated as the product of price
and quantity
, i.e. total_price = price * quantity
).
Optional
total_Total price of the product items including VAT (calculated as the product of price_with_vat
and quantity
, i.e. total_with_vat = price_with_vat * quantity
).
Optional
vat_Total VAT amount for the purchase (calculated as the product of single_vat_amount
and quantity
, i.e. vat_amount = single_vat_amount * quantity
).
Optional
vat_VAT rate applicable to the product.
Details of the product for which the payment is made.