Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.34 KB

OrderResponse.md

File metadata and controls

31 lines (27 loc) · 2.34 KB

Conekta.net.Model.OrderResponse

order response

Properties

Name Type Description Notes
Amount int The total amount to be collected in cents [optional]
AmountRefunded int The total amount refunded in cents [optional]
Channel OrderChannelResponse [optional]
Charges OrderChargesResponse [optional]
Checkout OrderResponseCheckout [optional]
CreatedAt long The time at which the object was created in seconds since the Unix epoch [optional]
Currency string The three-letter ISO 4217 currency code. The currency of the order. [optional]
CustomerInfo OrderResponseCustomerInfo [optional]
DiscountLines OrderDiscountLinesResponse [optional]
FiscalEntity OrderFiscalEntityResponse [optional]
Id string [optional]
IsRefundable bool [optional]
LineItems OrderResponseProducts [optional]
Livemode bool Whether the object exists in live mode or test mode [optional]
Metadata Dictionary<string, Object> Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. [optional]
NextAction OrderNextActionResponse [optional]
Object string String representing the object’s type. Objects of the same type share the same value. [optional]
PaymentStatus string The payment status of the order. [optional]
ProcessingMode string Indicates the processing mode for the order, either ecommerce, recurrent or validation. [optional]
ShippingContact OrderResponseShippingContact [optional]
UpdatedAt long The time at which the object was last updated in seconds since the Unix epoch [optional]

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