AccountClosingStatus
Account Closing status information
type AccountClosingStatus implements AccountStatusInfo {
status: AccountStatus!
reason: String! @deprecated
reasonInfo: CloseAccountStatusReason!
closingAt: DateTime!
}
Fields
AccountClosingStatus.status
● AccountStatus!
non-null enum
Account status (always Closing for type AccountClosingStatus)
AccountClosingStatus.reason
● String!
deprecated non-null scalar
DEPRECATED
Use reasonInfo
instead.
Reason why the account is suspended
AccountClosingStatus.reasonInfo
● CloseAccountStatusReason!
non-null union
Reason why the account is currently in closing