Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 1.49 KB

OrderUpdated.md

File metadata and controls

20 lines (13 loc) · 1.49 KB

OrderUpdated

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]
updated_at getUpdatedAt() setUpdatedAt($value) string Timestamp for when the order was last updated in RFC 3339 format. [optional]

Note: All properties are protected and only accessed via getters and setters.

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