Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 2.02 KB

OrderUpdateRequest.md

File metadata and controls

26 lines (21 loc) · 2.02 KB

conekta.model.OrderUpdateRequest

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
charges BuiltList<ChargeRequest> [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. [optional]
customerInfo OrderUpdateRequestCustomerInfo [optional]
discountLines BuiltList<OrderDiscountLinesRequest> List of discounts that are applied to the order. You must have at least one discount. [optional]
fiscalEntity OrderUpdateFiscalEntityRequest [optional]
lineItems BuiltList<Product> List of products that are sold in the order. You must have at least one product. [optional]
metadata BuiltMap<String, String> [optional]
preAuthorize bool Indicates whether the order charges must be preauthorized [optional] [default to false]
shippingContact CustomerShippingContacts [optional]
shippingLines BuiltList<ShippingRequest> List of shipping costs. If the online store offers digital products. [optional]
taxLines BuiltList<OrderTaxRequest> [optional]

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