a order
| Name | Type | Description | Notes |
|---|---|---|---|
| charges | List<ChargeRequest> | [optional] | |
| checkout | OrderCheckoutRequest | [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 | OrderUpdateCustomerInfo | [optional] | |
| discountLines | List<OrderDiscountLinesRequest> | List of discounts that are applied to the order. | [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 | [optional] | ||
| preAuthorize | Boolean | Indicates whether the order charges must be preauthorized | [optional] |
| shippingContact | CustomerShippingContactsRequest | [optional] | |
| shippingLines | List<ShippingRequest> | List of shipping costs. If the online store offers digital products. | [optional] |
| taxLines | List<OrderTaxRequest> | [optional] |