|
reseller
v1
|
#include <address.h>
Public Member Functions | |
| Address (const Json::Value &storage) | |
| Address (Json::Value *storage) | |
| virtual | ~Address () |
| const StringPiece | GetTypeName () const |
| bool | has_address_line1 () const |
| void | clear_address_line1 () |
| const StringPiece | get_address_line1 () const |
| void | set_address_line1 (const StringPiece &value) |
| bool | has_address_line2 () const |
| void | clear_address_line2 () |
| const StringPiece | get_address_line2 () const |
| void | set_address_line2 (const StringPiece &value) |
| bool | has_address_line3 () const |
| void | clear_address_line3 () |
| const StringPiece | get_address_line3 () const |
| void | set_address_line3 (const StringPiece &value) |
| bool | has_contact_name () const |
| void | clear_contact_name () |
| const StringPiece | get_contact_name () const |
| void | set_contact_name (const StringPiece &value) |
| bool | has_country_code () const |
| void | clear_country_code () |
| const StringPiece | get_country_code () const |
| void | set_country_code (const StringPiece &value) |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_locality () const |
| void | clear_locality () |
| const StringPiece | get_locality () const |
| void | set_locality (const StringPiece &value) |
| bool | has_organization_name () const |
| void | clear_organization_name () |
| const StringPiece | get_organization_name () const |
| void | set_organization_name (const StringPiece &value) |
| bool | has_postal_code () const |
| void | clear_postal_code () |
| const StringPiece | get_postal_code () const |
| void | set_postal_code (const StringPiece &value) |
| bool | has_region () const |
| void | clear_region () |
| const StringPiece | get_region () const |
| void | set_region (const StringPiece &value) |
Static Public Member Functions | |
| static Address * | New () |
JSON template for address of a customer.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'addressLine1' attribute.
|
inline |
Clears the 'addressLine2' attribute.
|
inline |
Clears the 'addressLine3' attribute.
|
inline |
Clears the 'contactName' attribute.
|
inline |
Clears the 'countryCode' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'locality' attribute.
|
inline |
Clears the 'organizationName' attribute.
|
inline |
Clears the 'postalCode' attribute.
|
inline |
Clears the 'region' attribute.
|
inline |
Get the value of the 'addressLine1' attribute.
|
inline |
Get the value of the 'addressLine2' attribute.
|
inline |
Get the value of the 'addressLine3' attribute.
|
inline |
Get the value of the 'contactName' attribute.
|
inline |
Get the value of the 'countryCode' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'locality' attribute.
|
inline |
Get the value of the 'organizationName' attribute.
|
inline |
Get the value of the 'postalCode' attribute.
|
inline |
Get the value of the 'region' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_reseller_api::Address
|
inline |
Determine if the 'addressLine1' attribute was set.
addressLine1' attribute was set.
|
inline |
Determine if the 'addressLine2' attribute was set.
addressLine2' attribute was set.
|
inline |
Determine if the 'addressLine3' attribute was set.
addressLine3' attribute was set.
|
inline |
Determine if the 'contactName' attribute was set.
contactName' attribute was set.
|
inline |
Determine if the 'countryCode' attribute was set.
countryCode' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'locality' attribute was set.
locality' attribute was set.
|
inline |
Determine if the 'organizationName' attribute was set.
organizationName' attribute was set.
|
inline |
Determine if the 'postalCode' attribute was set.
postalCode' attribute was set.
|
inline |
Determine if the 'region' attribute was set.
region' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'addressLine1' attribute.
A customer's physical address. An address can be composed of one to three lines. The addressline2 and addressLine3 are optional.
| [in] | value | The new value. |
|
inline |
Change the 'addressLine2' attribute.
Line 2 of the address.
| [in] | value | The new value. |
|
inline |
Change the 'addressLine3' attribute.
Line 3 of the address.
| [in] | value | The new value. |
|
inline |
Change the 'contactName' attribute.
The customer contact's name. This is required.
| [in] | value | The new value. |
|
inline |
Change the 'countryCode' attribute.
For countryCode information, see the ISO 3166 country code elements. Verify that country is approved for resale of Google products. This property is required when creating a new customer.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
Identifies the resource as a customer address. Value: customers::address.
| [in] | value | The new value. |
|
inline |
Change the 'locality' attribute.
An example of a locality value is the city of San Francisco.
| [in] | value | The new value. |
|
inline |
Change the 'organizationName' attribute.
The company or company division name. This is required.
| [in] | value | The new value. |
|
inline |
Change the 'postalCode' attribute.
A postalCode example is a postal zip code such as 94043. This property is required when creating a new customer.
| [in] | value | The new value. |
|
inline |
Change the 'region' attribute.
An example of a region value is CA for the state of California.
| [in] | value | The new value. |