OrderUpdated

April 22, 2020 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
order_idgetOrderId()setOrderId($value)stringThe order's unique ID.[optional]
versiongetVersion()setVersion($value)intVersion 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_idgetLocationId()setLocationId($value)stringThe ID of the merchant location this order is associated with.[optional]
stategetState()setState($value)stringThe state of the order. See OrderState for possible values[optional]
created_atgetCreatedAt()setCreatedAt($value)stringTimestamp for when the order was created in RFC 3339 format.[optional]
updated_atgetUpdatedAt()setUpdatedAt($value)stringTimestamp 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]