GoogleBankAccount

  • This document describes the JSON representation of a Google-owned bank account used for receiving funds.

  • The JSON object includes a bankAccountId field which identifies a specific Google bank account using a BankAccountIdentifier object.

This object represents a bank account that is owned by Google and may receive funds as part of a transfer.

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

object (BankAccountIdentifier)

REQUIRED: The ID of a specific Google-owned bank account.