Name | Type | Description | Notes |
---|---|---|---|
charges | \Conekta\Model\ChargeRequest[] | [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. | [optional] |
customer_info | \Conekta\Model\OrderUpdateRequestCustomerInfo | [optional] | |
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\OrderUpdateFiscalEntityRequest | [optional] | |
line_items | \Conekta\Model\Product[] | List of products that are sold in the order. You must have at least one product. | [optional] |
metadata | array<string,string> | [optional] | |
pre_authorize | bool | Indicates whether the order charges must be preauthorized | [optional] [default to false] |
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[] | [optional] |