- Unified Orders properties: The model provides a unified representation of Orders properties across different platforms, enabling you to easily access and manage orders data from different platforms.
- Comprehensive orders information: The model provides a comprehensive representation of Orders data, including all the properties and relationships that you can retrieve for an order.
Properties Supported
| Property | Type | Description |
|---|---|---|
| platform_id | string | The Platform’s ID for the Order |
| created_at | string | The date and time the Order was created |
| reference | string | The reference of the order |
| amount | integer | The amount of the order |
| amount_due | integer | The amount due of the order |
| status | enum | The status of the order. Allowed values are CREATED, ATTEMPTED, PAID, CANCELLED |
| currency_id | string | The currency of the order |

