a order
| Name | Type | Description | Notes |
|---|---|---|---|
| charges | List<ChargeRequest> | List of charges that are applied to the order | [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. | |
| customerInfo | OrderRequestCustomerInfo | ||
| discountLines | List<OrderDiscountLinesRequest> | List of discounts that are applied to the order. You must have at least one discount. | [optional] |
| fiscalEntity | OrderFiscalEntityRequest | [optional] | |
| lineItems | List<Product> | List of products that are sold in the order. You must have at least one product. | |
| metadata | Map<String, Object> | Metadata associated with the order | [optional] |
| needsShippingContact | Boolean | Allows you to fill out the shipping information at checkout | [optional] |
| preAuthorize | Boolean | Indicates whether the order charges must be preauthorized | [optional] |
| processingMode | String | Indicates the processing mode for the order, either ecommerce, recurrent or validation. | [optional] |
| returnUrl | URI | Indicates the redirection callback upon completion of the 3DS2 flow. Do not use this parameter if your order has a checkout parameter | [optional] |
| shippingContact | CustomerShippingContacts | [optional] | |
| shippingLines | List<ShippingRequest> | List of shipping costs. If the online store offers digital products. | [optional] |
| taxLines | List<OrderTaxRequest> | List of taxes that are applied to the order. | [optional] |
| threeDsMode | String | Indicates the 3DS2 mode for the order, either smart or strict. | [optional] |