a order
Name | Type | Description | Notes |
---|---|---|---|
charges | List<ChargeRequest> | [optional] | |
checkout | CheckoutRequest | [optional] | |
currency | String | Currency with which the payment will be made. It uses the 3-letter code of the International Standard ISO 4217. | [optional] |
customerInfo | OrderUpdateRequestCustomerInfo | [optional] | |
discountLines | List<OrderDiscountLinesRequest> | List of discounts that are applied to the order. You must have at least one discount. | [optional] |
fiscalEntity | OrderUpdateFiscalEntityRequest | [optional] | |
lineItems | List<Product> | List of products that are sold in the order. You must have at least one product. | [optional] |
metadata | Map<String, String> | [optional] | |
preAuthorize | Boolean | Indicates whether the order charges must be preauthorized | [optional] |
shippingContact | CustomerShippingContacts | [optional] | |
shippingLines | List<ShippingRequest> | List of shipping costs. If the online store offers digital products. | [optional] |
taxLines | List<OrderTaxRequest> | [optional] |