NAME
Google::Ads::AdWords::v201209::BudgetOrder
DESCRIPTION
Perl data type class for the XML Schema defined complexType BudgetOrder from the namespace https://adwords.google.com/api/adwords/billing/v201209.
A {@link BudgetOrder} links an account wide budget with a {@link BillingAccount}.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
billingAccountId
id
billingAccountName
poNumber
budgetOrderName
primaryBillingId
secondaryBillingId
spendingLimit
startDateTime
endDateTime
lastRequest
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201209::BudgetOrder
billingAccountId => $some_value, # string
id => $some_value, # long
billingAccountName => $some_value, # string
poNumber => $some_value, # string
budgetOrderName => $some_value, # string
primaryBillingId => $some_value, # string
secondaryBillingId => $some_value, # string
spendingLimit => $a_reference_to, # see Google::Ads::AdWords::v201209::Money
startDateTime => $some_value, # string
endDateTime => $some_value, # string
lastRequest => $a_reference_to, # see Google::Ads::AdWords::v201209::BudgetOrderRequest
},
AUTHOR
Generated by SOAP::WSDL