Skip to main content

AccountSuspendedStatus

Account Suspended status information

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

Fields

AccountSuspendedStatus.status ● AccountStatus! non-null enum

Account status (always Suspended for type AccountSuspendedStatus)

AccountSuspendedStatus.reason ● String! deprecated non-null scalar

DEPRECATED

Use reasonInfo instead.

Reason why the account is suspended

AccountSuspendedStatus.reasonInfo ● SuspendAccountStatusReason! non-null union

Reason why the account is currently suspend

Interfaces

AccountStatusInfo interface