public class CustomerPostalAddress extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
city |
protected String |
commercialRegisterNumber |
protected String |
country |
protected LocalDate |
dateOfBirth |
protected String |
dependentLocality |
protected String |
emailAddress |
protected String |
familyName |
protected Gender |
gender |
protected String |
givenName |
protected LegalOrganizationForm |
legalOrganizationForm |
protected String |
mobilePhoneNumber |
protected String |
organizationName |
protected String |
phoneNumber |
protected String |
postalState |
protected String |
postcode |
protected String |
salesTaxNumber |
protected String |
salutation |
protected String |
socialSecurityNumber |
protected String |
sortingCode |
protected String |
street |
| Constructor and Description |
|---|
CustomerPostalAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCity()
The city, town or village.
|
String |
getCommercialRegisterNumber()
The commercial registration number of the organization.
|
String |
getCountry()
The two-letter country code (ISO 3166 format).
|
LocalDate |
getDateOfBirth()
The date of birth.
|
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.
|
Gender |
getGender()
The gender.
|
String |
getGivenName()
The given or first name.
|
LegalOrganizationForm |
getLegalOrganizationForm()
The legal form of the organization.
|
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 |
getSalesTaxNumber()
The sales tax number of the organization.
|
String |
getSalutation()
The salutation e.g.
|
String |
getSocialSecurityNumber()
The social security number.
|
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 commercialRegisterNumber
protected String country
protected LocalDate dateOfBirth
protected String dependentLocality
protected String emailAddress
protected String familyName
protected Gender gender
protected String givenName
protected LegalOrganizationForm legalOrganizationForm
protected String mobilePhoneNumber
protected String organizationName
protected String phoneNumber
protected String postalState
protected String postcode
protected String salesTaxNumber
protected String salutation
protected String socialSecurityNumber
protected String sortingCode
protected String street
public String getCity()
public String getCommercialRegisterNumber()
public String getCountry()
public LocalDate getDateOfBirth()
public String getDependentLocality()
public String getEmailAddress()
public String getFamilyName()
public Gender getGender()
public String getGivenName()
public LegalOrganizationForm getLegalOrganizationForm()
public String getMobilePhoneNumber()
public String getOrganizationName()
public String getPhoneNumber()
public String getPostalState()
public String getPostcode()
public String getSalesTaxNumber()
public String getSalutation()
public String getSocialSecurityNumber()
public String getSortingCode()
public String getStreet()
Copyright © 2024. All rights reserved.