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)

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

bankAccountOwner

object (BankAccountOwner)

REQUIRED: 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

OPTIONAL: Name of the account holder (if present).