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() |
String |
getCommercialRegisterNumber() |
String |
getCountry() |
LocalDate |
getDateOfBirth() |
String |
getDependentLocality() |
String |
getEmailAddress() |
String |
getFamilyName() |
Gender |
getGender() |
String |
getGivenName() |
LegalOrganizationForm |
getLegalOrganizationForm() |
String |
getMobilePhoneNumber() |
String |
getOrganizationName() |
String |
getPhoneNumber() |
String |
getPostalState() |
String |
getPostcode() |
String |
getSalesTaxNumber() |
String |
getSalutation() |
String |
getSocialSecurityNumber() |
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 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 © 2023. All rights reserved.