v1PurchaseDetails
- billingType: object · This is required
_address - addressType: object · v1Address
- personType: object · v1Person
- customerType: object · This is optional
- customerType: string
_ref Customer ref is optional. This is used to identify the customer in the merchant system.
- shippingType: object · This is optional
_address - addressType: object · v1Address
- personType: object · v1Person
- shoppingType: object · This is required
_card - currencyType: string · ISO 4217
_code - discountType: string · discount amount in cents ( 1USD = 100 cents)Format: uint64
_amount - itemsType: array object[] · v1CardItem[]
- shippingType: string · shipping amount in cents ( 1USD = 100 cents)Format: uint64
_amount - taxType: string · tax amount in cents ( 1USD = 100 cents)Format: uint64
_amount - totalType: string · total amount in cents ( 1USD = 100 cents)Format: uint64
_amount

