SearchTerminalActionsResponse
Name | Type | Tags | Description |
---|---|---|---|
errors |
Error[] | undefined |
Optional | Information on errors encountered during the request. |
action |
TerminalAction[] | undefined |
Optional | The requested search result of TerminalAction s. |
cursor |
string | undefined |
Optional | The pagination cursor to be used in a subsequent request. If empty, this is the final response. See Pagination for more information. |
{
"action": [
{
"app_id": "APP_ID",
"created_at": "2022-04-08T15:14:04.895Z",
"deadline_duration": "PT5M",
"device_id": "DEVICE_ID",
"id": "termapia:oBGWlAats8xWCiCE",
"location_id": "LOCATION_ID",
"save_card_options": {
"customer_id": "CUSTOMER_ID",
"reference_id": "user-id-1"
},
"status": "IN_PROGRESS",
"type": "SAVE_CARD",
"updated_at": "2022-04-08T15:14:05.446Z"
},
{
"app_id": "APP_ID",
"created_at": "2022-04-08T15:14:01.210Z",
"deadline_duration": "PT5M",
"device_id": "DEVICE_ID",
"id": "termapia:K2NY2YSSml3lTiCE",
"location_id": "LOCATION_ID",
"save_card_options": {
"card_id": "ccof:CARD_ID",
"customer_id": "CUSTOMER_ID",
"reference_id": "user-id-1"
},
"status": "COMPLETED",
"type": "SAVE_CARD",
"updated_at": "2022-04-08T15:14:09.861Z"
}
],
"cursor": "CURSOR"
}