Class CustomerAddress
This class is used for managing customer address data
category |
System |
---|---|
package |
Customer |
subpackage |
Address |
implements |
CustomerAddressInterface |
getAdditionalAddressInfo() : \CustomerAdditionalAddressInfoInterface
getAddressClass() : \AddressClassInterface
getB2BStatus() : \CustomerB2BStatusInterface
getCompany() : \CustomerCompanyInterface
getCountry() : \CustomerCountryInterface
getCountryZone() : \CustomerCountryZoneInterface
getCustomerId() : integer
integer
getFirstname() : \CustomerFirstnameInterface
getGender() : \CustomerGenderInterface
getHouseNumber() : \CustomerHouseNumberInterface
getId() : integer
integer
| null
getLastname() : \CustomerLastnameInterface
getPostcode() : \CustomerPostcodeInterface
getStreet() : \CustomerStreetInterface
getSuburb() : \CustomerSuburbInterface
importAddressBlock(\AddressBlockInterface $addressBlock)
This method will import all address parts from the address block
\AddressBlockInterface
setAdditionalAddressInfo(\CustomerAdditionalAddressInfoInterface $additionalAddressInfo)
setAddressClass(\AddressClassInterface $addressClass)
setB2BStatus(\CustomerB2BStatusInterface $b2bStatus)
setCity(\CustomerCityInterface $city)
setCompany(\CustomerCompanyInterface $company)
setCountry(\CustomerCountryInterface $country)
setCountryZone(\CustomerCountryZoneInterface $countryZone)
setFirstname(\CustomerFirstnameInterface $firstname)
setGender(\CustomerGenderInterface $gender)
setHouseNumber(\CustomerHouseNumberInterface $houseNumber)
setLastname(\CustomerLastnameInterface $lastname)
setPostcode(\CustomerPostcodeInterface $postcode)
setStreet(\CustomerStreetInterface $street)
setSuburb(\CustomerSuburbInterface $suburb)
id : integer
var |
---|
integer
customerId : integer
var |
---|
integer
additionalAddressInfo : \CustomerAdditionalAddressInfoInterface