OrderCreated
April 22, 2020 ยท View on GitHub
Description
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| order_id | getOrderId() | setOrderId($value) | string | The order's unique ID. | [optional] |
| version | getVersion() | setVersion($value) | int | Version number which is incremented each time an update is committed to the order. Orders that were not created through the API will not include a version and thus cannot be updated. Read more about working with versions | [optional] |
| location_id | getLocationId() | setLocationId($value) | string | The ID of the merchant location this order is associated with. | [optional] |
| state | getState() | setState($value) | string | The state of the order. See OrderState for possible values | [optional] |
| created_at | getCreatedAt() | setCreatedAt($value) | string | Timestamp for when the order was created in RFC 3339 format. | [optional] |
Note: All properties are protected and only accessed via getters and setters.