ENUM

AccountState

Description

Account state.

link GraphQL Schema definition

  • enum AccountState {
  • # Active.
  • ACTIVE_STATE
  • # Deleted.
  • DELETED_STATE
  • # Grace.
  • GRACE_STATE
  • # Hold.
  • HOLD_STATE
  • # Mark for deletion.
  • MARKED_FOR_DELETION_STATE
  • # The creation of the database is pending.
  • PENDING_CREATION
  • # The migration of the database is pending.
  • PENDING_MIGRATION
  • # Post-processing steps for the account are pending.
  • PENDING_POST_PROCESSING
  • }