Skip to content

Latest commit

 

History

History
39 lines (17 loc) · 888 Bytes

Status.md

File metadata and controls

39 lines (17 loc) · 888 Bytes

Status

Properties

Name Type Description Notes
status string The status of the command [default to undefined]
type string The type of the command [default to undefined]

Enum: StatusStatusEnum

  • WaitingForApproval (value: 'WAITING_FOR_APPROVAL')

  • Approved (value: 'APPROVED')

  • Cancelled (value: 'CANCELLED')

  • Rejected (value: 'REJECTED')

  • Completed (value: 'COMPLETED')

Enum: StatusTypeEnum

  • PairApiKey (value: 'PAIR_API_KEY')

  • UpdateCallbackHandler (value: 'UPDATE_CALLBACK_HANDLER')

  • UnpairApiKey (value: 'UNPAIR_API_KEY')

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