API documentation  2.0rc1
Public Member Functions | List of all members
client::PaymentAddress Class Reference

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

Arrayget_addressLine ()
 
Stringget_city ()
 
Stringget_country ()
 
Stringget_dependentLocality ()
 
Stringget_languageCode ()
 
Stringget_organization ()
 
Stringget_phone ()
 
Stringget_postalCode ()
 
Stringget_recipient ()
 
Stringget_region ()
 
Stringget_sortingCode ()
 
ObjecttoJSON ()
 
PaymentAddressget_prototype ()
 
void set_prototype (PaymentAddress *)
 
 PaymentAddress ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Constructor & Destructor Documentation

◆ PaymentAddress()

client::PaymentAddress::PaymentAddress ( )

Member Function Documentation

◆ get_addressLine()

Array* client::PaymentAddress::get_addressLine ( )

◆ get_city()

String* client::PaymentAddress::get_city ( )

◆ get_country()

String* client::PaymentAddress::get_country ( )

◆ get_dependentLocality()

String* client::PaymentAddress::get_dependentLocality ( )

◆ get_languageCode()

String* client::PaymentAddress::get_languageCode ( )

◆ get_organization()

String* client::PaymentAddress::get_organization ( )

◆ get_phone()

String* client::PaymentAddress::get_phone ( )

◆ get_postalCode()

String* client::PaymentAddress::get_postalCode ( )

◆ get_prototype()

PaymentAddress* client::PaymentAddress::get_prototype ( )

◆ get_recipient()

String* client::PaymentAddress::get_recipient ( )

◆ get_region()

String* client::PaymentAddress::get_region ( )

◆ get_sortingCode()

String* client::PaymentAddress::get_sortingCode ( )

◆ set_prototype()

void client::PaymentAddress::set_prototype ( PaymentAddress )

◆ toJSON()

Object* client::PaymentAddress::toJSON ( )