NAME

Google::Ads::AdWords::v201209::BudgetOrderRequest

DESCRIPTION

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

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. <span class="constraint Billing">This element only applies if manager account is whitelisted for new billing backend.</span>

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • status

  • date

  • billingAccountName

  • poNumber

  • budgetOrderName

  • spendingLimit

  • startDateTime

  • endDateTime

METHODS

new

Constructor. The following data structure may be passed to new():

{ # Google::Ads::AdWords::v201209::BudgetOrderRequest
  status => $some_value, # BudgetOrderRequest.Status
  date =>  $some_value, # string
  billingAccountName =>  $some_value, # string
  poNumber =>  $some_value, # string
  budgetOrderName =>  $some_value, # string
  spendingLimit =>  $a_reference_to, # see Google::Ads::AdWords::v201209::Money
  startDateTime =>  $some_value, # string
  endDateTime =>  $some_value, # string
},

AUTHOR

Generated by SOAP::WSDL