AI-generated Key Takeaways
-
A billing setup associates a payments account with a specific advertiser.
-
Key fields include
resource_name
,status
,payments_account_info
,id
,payments_account
,start_time
(withstart_date_time
orstart_time_type
), andend_time
(withend_date_time
orend_time_type
). -
The
start_time
can be set as a specific date/time or as NOW. -
The
end_time
is an output-only field and is always FOREVER.
A billing setup, which associates a payments account and an advertiser. A billing setup is specific to one advertiser.
Fields | |
---|---|
|
Immutable. The resource name of the billing setup. BillingSetup resource names have the form:
|
|
Output only. The status of the billing setup. |
|
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. |
|
Output only. The ID of the billing setup. |
|
Immutable. The resource name of the payments account associated with this billing setup. Payments resource names have the form:
|
|
|
|
Immutable. The start date time in yyyy-MM-dd or yyyy-MM-dd HH:mm:ss format. Only a future time is allowed. |
|
Immutable. The start time as a type. Only NOW is allowed. |
Union field
|
|
|
Output only. The end date time in yyyy-MM-dd or yyyy-MM-dd HH:mm:ss format. |
|
Output only. The end time as a type. The only possible value is FOREVER. |