MaskedBankAccountDetails

Masked account details of a bank account.

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

string

REQUIRED: Suffix of the account number.

bankAccountType

object (BankAccountType)

OPTIONAL: Account type of the bank account.

bankAccountMetadata

object (BankAccountMetadata)

OPTIONAL: Metadata about this account.

BankAccountType

Account type of a bank account.

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

enum (Type)

REQUIRED: The account type of a bank account.

Type

The bank account type.

Enums
TYPE_UNSPECIFIED Do not ever set this default value!
SAVINGS A savings account.
CHECKING A checking account.
CURRENT A current account.

BankAccountMetadata

Metadata about the bank account.

JSON representation
{
  "bankingProductName": string
}
Fields
bankingProductName

string

OPTIONAL: The banking product name of this account.