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