DestinationBankAccount

This object represents a bank account that is not owned by Google.

JSON representation
{
  "bankAccountId": {
    object (BankAccountIdentifier)
  },
  "bankAccountOwner": {
    object (BankAccountOwner)
  }
}
Fields
bankAccountId

object (BankAccountIdentifier)

The ID of the non-Google-owned bank account.

bankAccountOwner

object (BankAccountOwner)

Information about the owner of the destination bank account.

BankAccountOwner

This object holds information about the owner of the account that is the destination of a funds transfer.

JSON representation
{
  "name": string
}
Fields
name

string

Name of the account holder (if present).