Variable AccountCapabilityStatusConst

AccountCapabilityStatus: {
    ACTIVE: "active";
    CREATED: "created";
    DISABLED: "disabled";
    IN_REVIEW: "in_review";
    REJECTED: "rejected";
    STARTED: "started";
    SUBMITTED: "submitted";
    WITHDRAWN: "withdrawn";
} = ...

Type declaration

  • Readonly ACTIVE: "active"
  • Readonly CREATED: "created"
  • Readonly DISABLED: "disabled"
  • Readonly IN_REVIEW: "in_review"
  • Readonly REJECTED: "rejected"
  • Readonly STARTED: "started"
  • Readonly SUBMITTED: "submitted"
  • Readonly WITHDRAWN: "withdrawn"

Generated using TypeDoc