order response
| Name | Type | Description | Notes |
|---|---|---|---|
| amount | Integer | The total amount to be collected in cents | [optional] |
| amountRefunded | Integer | 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 | List<DiscountLinesResponse> | List of discounts that are applied to the order | [optional] |
| taxLines | List<OrderTaxResponse> | List of taxes that are applied to the order | [optional] |
| fiscalEntity | OrderFiscalEntityResponse | [optional] | |
| id | String | [optional] | |
| isRefundable | Boolean | [optional] | |
| lineItems | OrderResponseProducts | [optional] | |
| livemode | Boolean | Whether the object exists in live mode or test mode | [optional] |
| metadata | 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] |