![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
Array * | get_addressLine () |
String * | get_city () |
String * | get_country () |
String * | get_dependentLocality () |
String * | get_languageCode () |
String * | get_organization () |
String * | get_phone () |
String * | get_postalCode () |
String * | get_recipient () |
String * | get_region () |
String * | get_sortingCode () |
Object * | toJSON () |
PaymentAddress * | get_prototype () |
void | set_prototype (PaymentAddress *) |
PaymentAddress () | |
![]() | |
Object () | |
template<typename T > | |
T | valueOf () |
operator double () const | |
Object * | operator[] (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) |
client::PaymentAddress::PaymentAddress | ( | ) |
Array* client::PaymentAddress::get_addressLine | ( | ) |
String* client::PaymentAddress::get_city | ( | ) |
String* client::PaymentAddress::get_country | ( | ) |
String* client::PaymentAddress::get_dependentLocality | ( | ) |
String* client::PaymentAddress::get_languageCode | ( | ) |
String* client::PaymentAddress::get_organization | ( | ) |
String* client::PaymentAddress::get_phone | ( | ) |
String* client::PaymentAddress::get_postalCode | ( | ) |
PaymentAddress* client::PaymentAddress::get_prototype | ( | ) |
String* client::PaymentAddress::get_recipient | ( | ) |
String* client::PaymentAddress::get_region | ( | ) |
String* client::PaymentAddress::get_sortingCode | ( | ) |
void client::PaymentAddress::set_prototype | ( | PaymentAddress * | ) |
Object* client::PaymentAddress::toJSON | ( | ) |