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() |
String |
getCountry() |
String |
getDependentLocality() |
String |
getEmailAddress() |
String |
getFamilyName() |
String |
getGivenName() |
String |
getMobilePhoneNumber() |
String |
getOrganizationName() |
String |
getPhoneNumber() |
String |
getPostalState() |
String |
getPostcode() |
String |
getSalutation() |
String |
getSortingCode()
The sorting code identifies the post office at which the post box is located in.
|
String |
getStreet() |
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 © 2022. All rights reserved.