AI-generated Key Takeaways
-
A billing setup connects a payments account and an advertiser and is specific to one advertiser.
-
Key fields of a billing setup include its resource name, status, payments account information, ID, the resource name of the payments account, and start and end times.
-
The
resource_name
and the resource name of thepayments_account
are immutable strings. -
The
status
andid
are output only fields. -
The
start_time
can be specified as a date and time or as a time type (only NOW is allowed for new setups), and theend_time
is output only 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. |