Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.06 KB

CheckoutOrderTemplate.md

File metadata and controls

18 lines (13 loc) · 1.06 KB

conekta.model.CheckoutOrderTemplate

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
currency String It is the currency in which the order will be created. It must be a valid ISO 4217 currency code.
customerInfo CheckoutOrderTemplateCustomerInfo [optional]
lineItems BuiltList<Product> They are the products to buy. Each contains the "unit price" and "quantity" parameters that are used to calculate the total amount of the order.
metadata BuiltMap<String, JsonObject> It is a set of key-value pairs that you can attach to the order. It can be used to store additional information about the order in a structured format. [optional]

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