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 | Dictionary<string, Object> | Metadata associated with the order | [optional] |
NeedsShippingContact | bool | Allows you to fill out the shipping information at checkout | [optional] |
PreAuthorize | bool | Indicates whether the order charges must be preauthorized | [optional] [default to false] |
ProcessingMode | string | Indicates the processing mode for the order, either ecommerce, recurrent or validation. | [optional] |
ReturnUrl | string | 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] |