public class PaymentTerminalAddress extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
city |
protected String |
country |
protected String |
dependentLocality |
protected String |
emailAddress |
protected String |
familyName |
protected String |
givenName |
protected String |
mobilePhoneNumber |
protected String |
organizationName |
protected String |
phoneNumber |
protected String |
postalState |
protected String |
postcode |
protected String |
salutation |
protected String |
sortingCode |
protected String |
street |
| Constructor and Description |
|---|
PaymentTerminalAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCity()
The city, town or village.
|
String |
getCountry()
The two-letter country code (ISO 3166 format).
|
String |
getDependentLocality()
The dependent locality which is a sub-division of the state.
|
String |
getEmailAddress()
The email address.
|
String |
getFamilyName()
The family or last name.
|
String |
getGivenName()
The given or first name.
|
String |
getMobilePhoneNumber()
The phone number of a mobile phone.
|
String |
getOrganizationName()
The organization's name.
|
String |
getPhoneNumber()
The phone number.
|
String |
getPostalState()
The name of the region, typically a state, county, province or prefecture.
|
String |
getPostcode()
The postal code, also known as ZIP, postcode, etc.
|
String |
getSalutation()
The salutation e.g.
|
String |
getSortingCode()
The sorting code identifying the post office where the PO Box is located.
|
String |
getStreet()
The street or PO Box.
|
int |
hashCode() |
String |
toString() |
protected String city
protected String country
protected String dependentLocality
protected String emailAddress
protected String familyName
protected String givenName
protected String mobilePhoneNumber
protected String organizationName
protected String phoneNumber
protected String postalState
protected String postcode
protected String salutation
protected String sortingCode
protected String street
public String getCity()
public String getCountry()
public String getDependentLocality()
public String getEmailAddress()
public String getFamilyName()
public String getGivenName()
public String getMobilePhoneNumber()
public String getOrganizationName()
public String getPhoneNumber()
public String getPostalState()
public String getPostcode()
public String getSalutation()
public String getSortingCode()
public String getStreet()
Copyright © 2024. All rights reserved.