Class AddressBlock
Value Object
Class AddressBlock
Stores all customer address data
- AddressBlock implements AddressBlockInterface
Package: Customer\ValueObjects
Category: System
Implements: AddressBlockInterface
Located at Services/Core/Customer/ValueObjects/AddressBlock.inc.php
Category: System
Implements: AddressBlockInterface
Located at Services/Core/Customer/ValueObjects/AddressBlock.inc.php
Methods summary
public
__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, CustomerB2BStatusInterface $b2bStatus,… )
Constructor of the class AddressBlock.
public
getAdditionalAddressInfo( void )
: CustomerAdditionalAddressInfo
Returns the customer's additional address information.
Properties summary
protected
$additionalAddressInfo
: CustomerAdditionalAddressInfoInterface
Customer's additional address information.