Join us live on
Discord on the Google Advertising and Measurement Community server and on
YouTube on January 29th at 10:00 AM EST! We will discuss the new features added in v23 of the Google Ads API.
BillingSetup
Stay organized with collections
Save and categorize content based on your preferences.
A billing setup, which associates a payments account and an advertiser. A billing setup is specific to one advertiser.
codeProto definition
| Fields |
end_date_time
|
string
Output only. The end date time in yyyy-MM-dd or yyyy-MM-dd HH:mm:ss format.
|
end_time_type
|
TimeType
Output only. The end time as a type. The only possible value is FOREVER.
|
id
|
int64
Output only. The ID of the billing setup.
|
payments_account
|
string
Immutable. The resource name of the payments account associated with this billing setup. Payments resource names have the form: customers/{customer_id}/paymentsAccounts/{payments_account_id} When setting up billing, this is used to signup with an existing payments account (and then payments_account_info should not be set). When getting a billing setup, this and payments_account_info will be populated.
|
payments_account_info
|
PaymentsAccountInfo
Immutable. The payments account information associated with this billing setup. When setting up billing, this is used to signup with a new payments account (and then payments_account should not be set). When getting a billing setup, this and payments_account will be populated.
|
resource_name
|
string
Immutable. The resource name of the billing setup. BillingSetup resource names have the form: customers/{customer_id}/billingSetups/{billing_setup_id}
|
start_date_time
|
string
Immutable. The start date time in yyyy-MM-dd or yyyy-MM-dd HH:mm:ss format. Only a future time is allowed.
|
start_time_type
|
TimeType
Immutable. The start time as a type. Only NOW is allowed.
|
status
|
BillingSetupStatus
Output only. The status of the billing setup.
|
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 2025-12-12 UTC.
[null,null,["Last updated 2025-12-12 UTC."],[],[]]