LinkedBankAccount
No description
type LinkedBankAccount {
accountNumberForDisplay: String!
id: ID!
institutionName: String!
linkedAccountStatus: LinkedBankAccountStatus!
pendingVerificationType: LinkedBankPendingVerificationType
verificationStatus: LinkedBankVerificationStatus!
}
Fields
LinkedBankAccount.accountNumberForDisplay ● String! non-null scalar
LinkedBankAccount.id ● ID! non-null scalar
The account ID that uniquely identifies this account
LinkedBankAccount.institutionName ● String! non-null scalar
LinkedBankAccount.linkedAccountStatus ● LinkedBankAccountStatus! non-null enum
LinkedBankAccount.pendingVerificationType ● LinkedBankPendingVerificationType enum
LinkedBankAccount.verificationStatus ● LinkedBankVerificationStatus! non-null enum
Member of
AbandonMicrodepositsVerificationPayload object ● CompleteMicrodepositsVerificationPayload object ● LinkBankAccountPayload object ● LinkedBankAccountsPayload object