MaskedBankAccountDetails

Masked account details of a bank account.

JSON representation
{
  "accountNumberSuffix": string,
  "bankAccountType": {
    object (BankAccountType)
  },
  "bankAccountMetadata": {
    object (BankAccountMetadata)
  }
}
Fields
accountNumberSuffix

string

Suffix of the account number.

bankAccountType

object (BankAccountType)

Account type of the bank account.

bankAccountMetadata

object (BankAccountMetadata)

Metadata about this account.

BankAccountType

Account type of a bank account.

JSON representation
{
  "type": enum (Type)
}
Fields
type

enum (Type)

Type

Enums
TYPE_UNSPECIFIED Do not ever set this default value!
SAVINGS
CHECKING
CURRENT

BankAccountMetadata

Metadata about the bank account.

JSON representation
{
  "bankingProductName": string
}
Fields
bankingProductName

string

The banking product name of this account.