| Name | Type | Description | Notes |
|---|---|---|---|
| charges | \Conekta\Model\ChargeRequest[] | List of charges that are applied to the order | [optional] |
| checkout | \Conekta\Model\CheckoutRequest | [optional] | |
| currency | string | Currency with which the payment will be made. It uses the 3-letter code of the International Standard ISO 4217. | |
| customer_info | \Conekta\Model\OrderRequestCustomerInfo | ||
| discount_lines | \Conekta\Model\OrderDiscountLinesRequest[] | List of discounts that are applied to the order. You must have at least one discount. | [optional] |
| fiscal_entity | \Conekta\Model\OrderFiscalEntityRequest | [optional] | |
| line_items | \Conekta\Model\Product[] | List of products that are sold in the order. You must have at least one product. | |
| metadata | array<string,mixed> | Metadata associated with the order | [optional] |
| needs_shipping_contact | bool | Allows you to fill out the shipping information at checkout | [optional] |
| pre_authorize | bool | Indicates whether the order charges must be preauthorized | [optional] [default to false] |
| processing_mode | string | Indicates the processing mode for the order, either ecommerce, recurrent or validation. | [optional] |
| return_url | string | Indicates the redirection callback upon completion of the 3DS2 flow. Do not use this parameter if your order has a checkout parameter | [optional] |
| shipping_contact | \Conekta\Model\CustomerShippingContacts | [optional] | |
| shipping_lines | \Conekta\Model\ShippingRequest[] | List of shipping costs. If the online store offers digital products. | [optional] |
| tax_lines | \Conekta\Model\OrderTaxRequest[] | List of taxes that are applied to the order. | [optional] |
| three_ds_mode | string | Indicates the 3DS2 mode for the order, either smart or strict. This property is only applicable when 3DS is enabled. When 3DS is disabled, this field should be null. | [optional] |