Skip to main content

AccountClosingStatus

Account Closing status information

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

Fields

AccountClosingStatus.status ● AccountStatus! non-null enum

Account status (always Closing for type AccountClosingStatus)

AccountClosingStatus.reason ● String! non-null scalar

Reason why the account is suspended @Deprecated

AccountClosingStatus.reasonInfo ● CloseAccountStatusReason! non-null union

Reason why the account is currently in closing

Interfaces

AccountStatusInfo interface