NAME
Google::Ads::AdWords::v201109::Customer
DESCRIPTION
Perl data type class for the XML Schema defined complexType Customer from the namespace https://adwords.google.com/api/adwords/mcm/v201109.
Represents a customer for the CustomerService.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
customerId
currencyCode
dateTimeZone
descriptiveName
canManageClients
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201109::Customer
customerId => $some_value, # long
currencyCode => $some_value, # string
dateTimeZone => $some_value, # string
descriptiveName => $some_value, # string
canManageClients => $some_value, # boolean
},
AUTHOR
Generated by SOAP::WSDL