Wt
4.10.3
|
Contains address information. More...
#include <Wt/Payment/Address.h>
Public Member Functions | |
void | setName (const WString &name) |
Sets an address name. | |
const WString & | name () const |
Returns the address name. | |
void | setStreet1 (const WString &street1) |
Sets first street line. | |
const WString & | street1 () const |
Returns the first street line. | |
void | setStreet2 (const WString &street2) |
Sets the second street line. | |
const WString & | street2 () const |
Returns the second street line. | |
void | setCity (const WString &city) |
Sets the city. | |
const WString & | city () const |
Returns the city. | |
void | setState (const WString &state) |
Sets the state. | |
const WString & | state () const |
Returns the state. | |
void | setCountryCode (const std::string &country) |
Sets the country code. | |
const std::string & | countryCode () const |
Returns the country code. | |
void | setZip (const WString &zip) |
Sets the zip code. | |
const WString & | zip () const |
Returns the zip code. | |
void | setPhoneNumber (const std::string &number) |
Sets the phone number. | |
const std::string & | phoneNumber () const |
Returns the phone number. | |
Contains address information.
const std::string & Wt::Payment::Address::countryCode | ( | ) | const |
Returns the country code.
const std::string & Wt::Payment::Address::phoneNumber | ( | ) | const |
Returns the phone number.
Sets an address name.
Sets a name for this address like "home" or "work". This can allow a user to maintain several addresses.
Sets first street line.
Sets the second street line.
Returns the state.
Returns the first street line.
Returns the second street line.