Interface AddressBlockInterface

Value Object.

Interface AddressBlockInterface

Stores all customer address data.

Direct known implementers

AddressBlock, CustomerAddressInterface

Indirect known implementers

CustomerAddress

Methods summary

public getGender( void ) : CustomerGenderInterface

Returns the customer's gender.

public getFirstname( void ) : CustomerFirstnameInterface

Returns the customer's first name.

public getLastname( void ) : CustomerLastnameInterface

Returns the customer's last name.

public getCompany( void ) : CustomerCompanyInterface

Returns the customer's company.

public getB2BStatus( void ) : CustomerB2BStatusInterface

Returns the customer's B2B status.

public getStreet( void ) : CustomerStreetInterface

Returns the customer's street.

public getHouseNumber( void ) : CustomerHouseNumberInterface

Returns the customer's house number.

public getAdditionalAddressInfo( void ) : CustomerAdditionalAddressInfoInterface

Returns the customer's additional address information.

public getSuburb( void ) : CustomerSuburbInterface

Returns the customer's suburb.

public getPostcode( void ) : CustomerPostcodeInterface

Returns the customer's postcode.

public getCity( void ) : CustomerCityInterface

Returns the customer's city.

public getCountry( void ) : CustomerCountryInterface

Returns the customer's country.

public getCountryZone( void ) : CustomerCountryZoneInterface

Returns the customer's country zone.