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