Skip to content

Files

Latest commit

89ba067 · May 23, 2017

History

History
25 lines (17 loc) · 772 Bytes

V1OrderHistoryEntry.md

File metadata and controls

25 lines (17 loc) · 772 Bytes

Square.Connect.Model.V1OrderHistoryEntry

Properties

Name Type Description Notes
Action ActionEnum The type of action performed on the order. [optional]
CreatedAt string The time when the action was performed, in ISO 8601 format. [optional]

ActionEnum

Name Value
ORDERPLACED "ORDER_PLACED"
DECLINED "DECLINED"
PAYMENTRECEIVED "PAYMENT_RECEIVED"
CANCELED "CANCELED"
COMPLETED "COMPLETED"
REFUNDED "REFUNDED"
EXPIRED "EXPIRED"

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