Google::Adwords::Address - A Google Adwords Address object.


Google-Adwords documentation  | view source Contained in the Google-Adwords distribution.

Index


NAME

Top

Google::Adwords::Address - A Google Adwords Address object.

VERSION

Top

This documentation refers to Google::Adwords::Address version 0.0.1

SYNOPSIS

Top

    use Google::Adwords::Address;

    my $address = Google::Adwords::Address->new
            ->addressLine1('first street')
            ->city('Paris')
            ->companyName('My company')
            ->countryCode('FR')
            ->emailAddress('my@example.com');




DESCRIPTION

Top

This object should be used with the AccountService API calls

METHODS

Top

Mutators (read/write)

* addressLine1

* addressLine2

* city

* companyName

* countryCode

* emailAddress

* faxNumber

* name

* phoneNumber

* postalCode

* state

SEE ALSO

Top

* Google::Adwords::AccountService

AUTHOR

Top

Rohan Almeida <rohan@almeida.in>

LICENSE AND COPYRIGHT

Top


Google-Adwords documentation  | view source Contained in the Google-Adwords distribution.