<- Object
Object
Represents an action processed by the Square Terminal.
The unique Id of the device intended for this TerminalAction
.
The Id can be retrieved from /v2/devices api.
The duration as an RFC 3339 duration, after which the action will be automatically canceled.
TerminalActions that are PENDING
will be automatically CANCELED
and have a cancellation reason
of TIMED_OUT
Default: 5 minutes from creation
Maximum: 5 minutes
Example for 2 days, 12 hours, 30 minutes, and 15 seconds: P2DT12H30M15S
Read only The status of the TerminalAction
.
Options: PENDING
, IN_PROGRESS
, CANCEL_REQUESTED
, CANCELED
, COMPLETED
Read only The reason why TerminalAction
is canceled. Present if the status is CANCELED
.
Read only The time when the TerminalAction
was created as an RFC 3339 timestamp.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00
Read only The time when the TerminalAction
was last updated as an RFC 3339 timestamp.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00
Describes configuration for the save-card action. Requires SAVE_CARD
type.
Describes configuration for the receipt action. Requires RECEIPT
type.