Masked account details of a bank account.
JSON representation |
---|
{ "accountNumberSuffix": string, "bankAccountType": { object ( |
Fields | |
---|---|
accountNumberSuffix |
Suffix of the account number. |
bankAccountType |
Account type of the bank account. |
bankAccountMetadata |
Metadata about this account. |
BankAccountType
Account type of a bank account.
JSON representation |
---|
{
"type": enum ( |
Fields | |
---|---|
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 |
The banking product name of this account. |