AddressBlockInterface

Extends

Value Object.

Interface AddressBlockInterface

Stores all customer address data.

category

System

package

Customer

subpackage

Interfaces

Methods

Returns the customer's additional address information.

getAdditionalAddressInfo() : \CustomerAdditionalAddressInfoInterface

Response

\CustomerAdditionalAddressInfoInterface

Customer's additional address information.

Returns the customer's B2B status.

getB2BStatus() : \CustomerB2BStatusInterface

Response

\CustomerB2BStatusInterface

Customer's B2B status.

Returns the customer's city.

getCity() : \CustomerCityInterface

Response

\CustomerCityInterface

Customer's city.

Returns the customer's company.

getCompany() : \CustomerCompanyInterface

Response

\CustomerCompanyInterface

Customer's company.

Returns the customer's country.

getCountry() : \CustomerCountryInterface

Response

\CustomerCountryInterface

Customer's country.

Returns the customer's country zone.

getCountryZone() : \CustomerCountryZoneInterface

Response

\CustomerCountryZoneInterface

Customer's country zone.

Returns the customer's first name.

getFirstname() : \CustomerFirstnameInterface

Response

\CustomerFirstnameInterface

Customer's first name.

Returns the customer's gender.

getGender() : \CustomerGenderInterface

Response

\CustomerGenderInterface

Customer's gender.

Returns the customer's house number.

getHouseNumber() : \CustomerHouseNumberInterface

Response

\CustomerHouseNumberInterface

Customer's house number.

Returns the customer's last name.

getLastname() : \CustomerLastnameInterface

Response

\CustomerLastnameInterface

Customer's last name.

Returns the customer's postcode.

getPostcode() : \CustomerPostcodeInterface

Response

\CustomerPostcodeInterface

Customer's postcode.

Returns the customer's street.

getStreet() : \CustomerStreetInterface

Response

\CustomerStreetInterface

Customer's street.

Returns the customer's suburb.

getSuburb() : \CustomerSuburbInterface

Response

\CustomerSuburbInterface

Customer's suburb.