DestinationBankAccount
This object represents a bank account that is not owned by Google.
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).
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["This document describes the structure and fields for representing a non-Google-owned bank account used for funds transfers."],["The representation includes the bank account ID and details about the account owner."],["The BankAccountOwner object specifically holds the name of the account holder."]]],["The provided content describes a non-Google-owned bank account and its owner. The bank account details include a `bankAccountId` and `bankAccountOwner`. The `bankAccountId` is an object representing the account's ID. The `bankAccountOwner` is an object containing information about the account's owner, specifically their `name`, a string field for the account holder's name.\n"]]