NAME

Google::Ads::AdWords::v201109::ManagedCustomer

DESCRIPTION

Perl data type class for the XML Schema defined complexType ManagedCustomer from the namespace https://adwords.google.com/api/adwords/mcm/v201109.

Data object that represents a managed customer. Member of {@link ManagedCustomerPage}.

PROPERTIES

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

  • name

  • login

  • companyName

  • customerId

  • canManageClients

  • currencyCode

  • dateTimeZone

METHODS

new

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

{ # Google::Ads::AdWords::v201109::ManagedCustomer
  name =>  $some_value, # string
  login =>  $some_value, # string
  companyName =>  $some_value, # string
  customerId =>  $some_value, # long
  canManageClients =>  $some_value, # boolean
  currencyCode =>  $some_value, # string
  dateTimeZone =>  $some_value, # string
},

AUTHOR

Generated by SOAP::WSDL