Read only A unique ID for this TerminalCheckout
<- Object
Object
The amount of money (including tax amount) that the Square Terminal device should try to collect.
An optional user-defined reference ID which can be used to associate this TerminalCheckout to another entity in an external system. For example, an order ID generated by a third-party shopping cart. Will also be associated with any payments used to complete the checkout.
An optional note to associate with the checkout, as well any payments used to complete the checkout.
Options to control the display and behavior of the Square Terminal device.
The duration as an RFC 3339 duration, after which the checkout will be automatically canceled. TerminalCheckouts 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 TerminalCheckout
. Options: PENDING, IN_PROGRESS, CANCELED, COMPLETED
Read only The time when the TerminalCheckout
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