Interfaces
Interfaces serve as parent objects from which other objects can inherit.
Order
Fields
Name | Data Type | Description |
---|---|---|
key | Key! | An unique identifier for this object. |
bookingId | String! | An external unique identifier related this object. |
transactionId | String! | |
currencyCode | String! | |
payableAmount | Money! | |
expiredAt | DateTime! | |
status | OrderStatus! | |
createdAt | DateTime! | Identifies the date and time when the object was created. |
lastUpdatedAt | DateTime! | Identifies the date and time when the object was updated. |