The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Ads::AdWords::v201206::BudgetOrder

DESCRIPTION

Perl data type class for the XML Schema defined complexType BudgetOrder from the namespace https://adwords.google.com/api/adwords/billing/v201206.

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::v201206::BudgetOrder
   billingAccountId =>  $some_value, # string
   id =>  $some_value, # long
   spendingLimit =>  $a_reference_to, # see Google::Ads::AdWords::v201206::Money
   startDateTime =>  $some_value, # string
   endDateTime =>  $some_value, # string
 },

AUTHOR

Generated by SOAP::WSDL