NAME
Google::Ads::AdWords::v201109::BudgetOrder
DESCRIPTION
Perl data type class for the XML Schema defined complexType BudgetOrder from the namespace https://adwords.google.com/api/adwords/billing/v201109.
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
spendingLimit
startDateTime
endDateTime
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201109::BudgetOrder
billingAccountId => $some_value, # string
id => $some_value, # long
spendingLimit => $a_reference_to, # see Google::Ads::AdWords::v201109::Money
startDateTime => $some_value, # string
endDateTime => $some_value, # string
},
AUTHOR
Generated by SOAP::WSDL