Skip to main content

AccountSuspendedStatus

Account Suspended status information

type AccountSuspendedStatus implements AccountStatusInfo {
status: AccountStatus!
reason: String!
reasonInfo: SuspendAccountStatusReason!
}

Fields

AccountSuspendedStatus.status ● AccountStatus! non-null enum

Account status (always Suspended for type AccountSuspendedStatus)

AccountSuspendedStatus.reason ● String! non-null scalar

Reason why the account is suspended @Deprecated

AccountSuspendedStatus.reasonInfo ● SuspendAccountStatusReason! non-null union

Reason why the account is currently suspend

Interfaces

AccountStatusInfo interface