Skip to main content

AccountClosedStatus

Account Closed status information

type AccountClosedStatus implements AccountStatusInfo {
status: AccountStatus!
reason: String!
reasonInfo: CloseAccountStatusReason!
}

Fields

AccountClosedStatus.status ● AccountStatus! non-null enum

Account status (always Closed for type AccountClosedStatus)

AccountClosedStatus.reason ● String! non-null scalar

Reason why the account is suspended @Deprecated

AccountClosedStatus.reasonInfo ● CloseAccountStatusReason! non-null union

Reason why the account is currently closed

Interfaces

AccountStatusInfo interface