Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 938 Bytes

CheckoutOrderTemplate.md

File metadata and controls

17 lines (9 loc) · 938 Bytes

CheckoutOrderTemplate

It maintains the attributes with which the order will be created when receiving a new payment.

Properties

Name Type Description Notes
currency String It is the currency in which the order will be created. It must be a valid ISO 4217 currency code.
customerInfo CheckoutOrderTemplateCustomerInfo [optional]
lineItems List<Product> They are the products to buy. Each contains the &quot;unit price&quot; and &quot;quantity&quot; parameters that are used to calculate the total amount of the order.
metadata Map<String, Object> It is a set of key-value pairs that you can attach to the order. It can be used to store additional information about the order in a structured format. [optional]