GoogleBankAccount
Stay organized with collections
Save and categorize content based on your preferences.
This object represents a bank account that is owned by Google and may receive funds as part of a transfer.
Fields |
bankAccountId |
object (BankAccountIdentifier )
REQUIRED: The ID of a specific Google-owned bank account.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-29 UTC."],[[["\u003cp\u003eThis document describes the JSON representation of a Google-owned bank account used for receiving funds.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON object includes a \u003ccode\u003ebankAccountId\u003c/code\u003e field which identifies a specific Google bank account using a \u003ccode\u003eBankAccountIdentifier\u003c/code\u003e object.\u003c/p\u003e\n"]]],["The core content defines a JSON object representing a Google-owned bank account designated to receive funds. This object is identified by a `bankAccountId`, which is a nested `BankAccountIdentifier` object. The `bankAccountId` uniquely identifies the specific Google bank account. The provided JSON representation is shown, outlining the structure with the `bankAccountId` as its sole field.\n"],null,["# GoogleBankAccount\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThis object represents a bank account that is owned by Google and may receive funds as part of a transfer.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"bankAccountId\": { object (/pay/banking-fop-v2/payment-integrator-banking-fop-api/BankAccountIdentifier) } } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `bankAccountId` | `object (`[BankAccountIdentifier](/pay/banking-fop-v2/payment-integrator-banking-fop-api/BankAccountIdentifier)`)` **REQUIRED**: The ID of a specific Google-owned bank account. |"]]