PaymentSDK
Mobile payment SDK
|
Public Instance Methods | |
Address () | |
Constructor. More... | |
Address (String street1, String street2, String city, String state, String country, String postalCode) | |
Constructor. More... | |
String | getStreet1 () |
Returns street line 1. More... | |
void | setStreet1 (String street1) |
Sets street line 1. More... | |
String | getStreet2 () |
Returns street line 2. More... | |
void | setStreet2 (String street2) |
Sets street line 2. More... | |
String | getCity () |
Returns city. More... | |
void | setCity (String city) |
Sets city. More... | |
String | getState () |
Returns state. More... | |
void | setState (String state) |
Sets state. More... | |
String | getCountry () |
Returns country. More... | |
void | setCountry (String country) |
Sets country. More... | |
String | getPostalCode () |
Returns postal code. More... | |
void | setPostalCode (String postalCode) |
Sets postal code. More... | |
Private Fields | |
String | street1 |
Street line 1. More... | |
String | street2 |
Street line 2. More... | |
String | city |
City. More... | |
String | state |
State. More... | |
String | country |
Country. More... | |
String | postalCode |
Postal Code. More... | |
Address data.
|
inline |
Constructor.
|
inline |
Constructor.
street1 | Street line 1 |
street2 | Street line 2 |
city | City |
state | State |
country | Country |
postalCode | Postal Code |
|
inline |
Returns city.
|
inline |
Returns country.
|
inline |
Returns postal code.
|
inline |
Returns state.
|
inline |
Returns street line 1.
|
inline |
Returns street line 2.
|
inline |
Sets city.
city |
|
inline |
Sets country.
country |
|
inline |
Sets postal code.
postalCode |
|
inline |
Sets state.
state |
|
inline |
Sets street line 1.
street1 |
|
inline |
Sets street line 2.
street2 |
|
private |
City.
|
private |
Country.
|
private |
Postal Code.
|
private |
State.
|
private |
Street line 1.
|
private |
Street line 2.