V1OrderHistoryEntry
Name | Type | Description | Notes |
---|---|---|---|
action | String | The type of action performed on the order. See V1OrderHistoryEntryAction for possible values | [optional] |
created_at | String | The time when the action was performed, in ISO 8601 format. | [optional] |
-
ORDER_PLACED
(value:"ORDER_PLACED"
) -
DECLINED
(value:"DECLINED"
) -
PAYMENT_RECEIVED
(value:"PAYMENT_RECEIVED"
) -
CANCELED
(value:"CANCELED"
) -
COMPLETED
(value:"COMPLETED"
) -
REFUNDED
(value:"REFUNDED"
) -
EXPIRED
(value:"EXPIRED"
)