Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.66 KB

OrderRequest.md

File metadata and controls

26 lines (22 loc) · 2.66 KB

Conekta.net.Model.OrderRequest

a order

Properties

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]

[Back to Model list] [Back to API list] [Back to README]