Value Object
Class AddressBlock
Stores all customer address data
category |
System |
---|---|
package |
Customer |
subpackage |
ValueObjects |
implements |
AddressBlockInterface |
__construct(\CustomerGenderInterface $gender, \CustomerFirstnameInterface $firstname, \CustomerLastnameInterface $lastname, \CustomerCompanyInterface $company, \CustomerB2BStatusInterface $b2bStatus, \CustomerStreetInterface $street, \CustomerHouseNumberInterface $houseNumber, \CustomerAdditionalAddressInfoInterface $additionalAddressInfo, \CustomerSuburbInterface $suburb, \CustomerPostcodeInterface $postcode, \CustomerCityInterface $city, \CustomerCountryInterface $country, \CustomerCountryZoneInterface $countryZone = null)
\CustomerAdditionalAddressInfoInterface
Customer's additional address information.
getAdditionalAddressInfo() : \CustomerAdditionalAddressInfo
getB2BStatus() : \CustomerB2BStatus
getCompany() : \CustomerCompany
getCountry() : \CustomerCountry
getCountryZone() : \CustomerCountryZone
getFirstname() : \CustomerFirstname
getGender() : \CustomerGender
getHouseNumber() : \CustomerHouseNumber
getLastname() : \CustomerLastname
getPostcode() : \CustomerPostcode
getStreet() : \CustomerStreet
getSuburb() : \CustomerSuburb
firstname : \CustomerFirstnameInterface
houseNumber : \CustomerHouseNumberInterface
additionalAddressInfo : \CustomerAdditionalAddressInfoInterface
countryZone : \CustomerCountryZoneInterface
b2bStatus : \CustomerB2BStatusInterface