Service
BudgetOrderService
Dependencies
Holds fields that provide information on the last set of values that were passed in through the parent BudgetOrder for mutate.add and mutate.set. This element only applies if manager account is whitelisted for new billing backend.
- Namespace
-
https://adwords.google.com/api/adwords/billing/v201302 - Fields
| Field | Type | Description |
|---|---|---|
| status ReadOnly
|
BudgetOrderRequest.Status
|
Status of the last BudgetOrder change.
This field is read only and should not be set. If this field is sent to the API, it will be ignored.
Enumerations
|
| date ReadOnly
|
xsd:string
|
DateTime of when the request was received.
This field is read only and should not be set. If this field is sent to the API, it will be ignored.
|
| billingAccountName ReadOnly
|
xsd:string
|
Enables user to specify meaningful name for a billing account to aid in reconciling monthly invoices. This name will be printed in the monthly invoices. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| poNumber ReadOnly
|
xsd:string
|
Enables user to enter a value that helps them reference this budget order in their monthly invoices. This number will be printed in the monthly invoices. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| budgetOrderName ReadOnly
|
xsd:string
|
Enables user to specify meaningful name for referencing this budget order. A default name will be provided if none is specified. This name will be printed in the monthly invoices. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| spendingLimit ReadOnly
|
cm:Money
|
To specify an unlimited budget, set spendingLimit to -1 (in micros), otherwise spendingLimit must be greater than 0. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| startDateTime ReadOnly
|
xsd:string
|
StartDateTime cannot be in the past, it must be on or before "20361231 235959 America/Los_Angeles". StartDateTime and EndDateTime must use the same time zone. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| endDateTime ReadOnly
|
xsd:string
|
EndDateTime must be on or before "20361231 235959 America/Los_Angeles" or must set the same instant as "20371230 235959 America/Los_Angeles" to indicate infinite end date. StartDateTime and EndDateTime must use the same time zone. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |