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