Package com.onlinepayments.domain
Class AddressPersonal
java.lang.Object
com.onlinepayments.domain.AddressPersonal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSecond line of street or additional address informationgetCity()CityCompany NameISO 3166-1 alpha-2 country codeHouse numbergetName()Object containing the name details of the customergetState()ISO 3166-2 country subdivision codeStreet namegetZip()Zip codevoidsetAdditionalInfo(String value) Second line of street or additional address informationvoidCityvoidsetCompanyName(String value) Company NamevoidsetCountryCode(String value) ISO 3166-1 alpha-2 country codevoidsetHouseNumber(String value) House numbervoidsetName(PersonalName value) Object containing the name details of the customervoidISO 3166-2 country subdivision codevoidStreet namevoidZip codewithAdditionalInfo(String value) Second line of street or additional address informationCitywithCompanyName(String value) Company NamewithCountryCode(String value) ISO 3166-1 alpha-2 country codewithHouseNumber(String value) House numberwithName(PersonalName value) Object containing the name details of the customerISO 3166-2 country subdivision codewithStreet(String value) Street nameZip code
-
Constructor Details
-
AddressPersonal
public AddressPersonal()
-
-
Method Details
-
getAdditionalInfo
Second line of street or additional address information -
setAdditionalInfo
Second line of street or additional address information -
withAdditionalInfo
Second line of street or additional address information -
getCity
City -
setCity
City -
withCity
City -
getCompanyName
Company Name -
setCompanyName
Company Name -
withCompanyName
Company Name -
getCountryCode
ISO 3166-1 alpha-2 country code -
setCountryCode
ISO 3166-1 alpha-2 country code -
withCountryCode
ISO 3166-1 alpha-2 country code -
getHouseNumber
House number -
setHouseNumber
House number -
withHouseNumber
House number -
getName
Object containing the name details of the customer -
setName
Object containing the name details of the customer -
withName
Object containing the name details of the customer -
getState
ISO 3166-2 country subdivision code -
setState
ISO 3166-2 country subdivision code -
withState
ISO 3166-2 country subdivision code -
getStreet
Street name -
setStreet
Street name -
withStreet
Street name -
getZip
Zip code -
setZip
Zip code -
withZip
Zip code
-