Google::Adwords::Address is a Google Adwords Address object.
SYNOPSIS
use Google::Adwords::Address;
my $address = Google::Adwords::Address->new
->addressLine1('first street')
->city('Paris')
->companyName('My company')
->countryCode('FR')
->emailAddress('my@example.com');
This object should be used with the AccountService API calls
METHODS
Mutators (read/write)
· addressLine1
· addressLine2
· city
· companyName
· countryCode
· emailAddress
· faxNumber
· name
· phoneNumber
· postalCode
· state
Product's homepage
Requirements:
· Perl