PaymentsAccountInfo
Stay organized with collections
Save and categorize content based on your preferences.
Container of payments account information for this billing.
Fields |
payments_account_id
|
string
Output only. A 16 digit id used to identify the payments account associated with the billing setup. This must be passed as a string with dashes, for example, "1234-5678-9012-3456".
|
payments_account_name
|
string
Immutable. The name of the payments account associated with the billing setup. This enables the user to specify a meaningful name for a payments account to aid in reconciling monthly invoices. This name will be printed in the monthly invoices.
|
payments_profile_id
|
string
Immutable. A 12 digit id used to identify the payments profile associated with the billing setup. This must be passed in as a string with dashes, for example, "1234-5678-9012".
|
payments_profile_name
|
string
Output only. The name of the payments profile associated with the billing setup.
|
secondary_payments_profile_id
|
string
Output only. A secondary payments profile id present in uncommon situations, for example, when a sequential liability agreement has been arranged.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 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 2024-11-25 UTC."],[[["The table describes a container for payments account information used for billing purposes."],["It includes fields like `payments_account_id`, `payments_account_name`, `payments_profile_id`, and `payments_profile_name` which are crucial for identifying and managing payments."],["The `payments_account_name` field enables users to specify a meaningful name for easier reconciliation, appearing on monthly invoices."],["A secondary payments profile ID (`secondary_payments_profile_id`) might be present in specific scenarios, such as a sequential liability agreement."]]],[]]