Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 754 Bytes

Status.md

File metadata and controls

36 lines (20 loc) · 754 Bytes

Status

Properties

Name Type Description Notes
status StatusEnum The status of the command
type TypeEnum The type of the command

Enum: StatusEnum

Name Value
WAITING_FOR_APPROVAL "WAITING_FOR_APPROVAL"
APPROVED "APPROVED"
CANCELLED "CANCELLED"
REJECTED "REJECTED"
COMPLETED "COMPLETED"

Enum: TypeEnum

Name Value
PAIR_API_KEY "PAIR_API_KEY"
UPDATE_CALLBACK_HANDLER "UPDATE_CALLBACK_HANDLER"
UNPAIR_API_KEY "UNPAIR_API_KEY"