Hide

type BudgetOrderRequest (v201506)

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/v201506
Fields
Field Type Description
status
ReadOnly
BudgetOrderRequest.Status Status of the last BudgetOrder change. This field is read only and will be ignored when sent to the API.
Enumerations
UNDER_REVIEW
APPROVED
REJECTED
CANCELLED
UNKNOWN
Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.
date
ReadOnly
xsd:string DateTime of when the request was received. This field is read only and will be ignored when sent to the API.
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 will be ignored when sent to the API.
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 will be ignored when sent to the API.
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 will be ignored when sent to the API.
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 will be ignored when sent to the API.
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 will be ignored when sent to the API.
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 will be ignored when sent to the API.

Send feedback about...

AdWords API