CustomerAddressInterface
extends
AddressBlockInterface
in
Interface CustomerAddressInterface
Tags
Table of Contents
- getAdditionalAddressInfo() : CustomerAdditionalAddressInfoInterface
- Returns the customer's additional address information.
- getAddressClass() : AddressClassInterface
- Getter method for the address class
- getB2BStatus() : CustomerB2BStatusInterface
- Returns the customer's B2B status.
- getCity() : CustomerCityInterface
- Returns the customer's city.
- getCompany() : CustomerCompanyInterface
- Returns the customer's company.
- getCountry() : CustomerCountryInterface
- Returns the customer's country.
- getCountryZone() : CustomerCountryZoneInterface
- Returns the customer's country zone.
- getCustomerId() : int
- Getter method for the customer ID
- getFirstname() : CustomerFirstnameInterface
- Returns the customer's first name.
- getGender() : CustomerGenderInterface
- Returns the customer's gender.
- getHouseNumber() : CustomerHouseNumberInterface
- Returns the customer's house number.
- getId() : int
- Getter method for the ID
- getLastname() : CustomerLastnameInterface
- Returns the customer's last name.
- getPostcode() : CustomerPostcodeInterface
- Returns the customer's postcode.
- getStreet() : CustomerStreetInterface
- Returns the customer's street.
- getSuburb() : CustomerSuburbInterface
- Returns the customer's suburb.
- setAddressClass() : mixed
- Setter method for the address class
- setB2BStatus() : mixed
- Setter method for the address class
- setCustomerId() : mixed
- Setter method for the customer ID
- setId() : mixed
- Setter method for the ID
Methods
getAdditionalAddressInfo()
Returns the customer's additional address information.
public
getAdditionalAddressInfo() : CustomerAdditionalAddressInfoInterface
Return values
CustomerAdditionalAddressInfoInterface —Customer's additional address information.
getAddressClass()
Getter method for the address class
public
getAddressClass() : AddressClassInterface
Return values
AddressClassInterface —getB2BStatus()
Returns the customer's B2B status.
public
getB2BStatus() : CustomerB2BStatusInterface
Return values
CustomerB2BStatusInterface —Customer's B2B status.
getCity()
Returns the customer's city.
public
getCity() : CustomerCityInterface
Return values
CustomerCityInterface —Customer's city.
getCompany()
Returns the customer's company.
public
getCompany() : CustomerCompanyInterface
Return values
CustomerCompanyInterface —Customer's company.
getCountry()
Returns the customer's country.
public
getCountry() : CustomerCountryInterface
Return values
CustomerCountryInterface —Customer's country.
getCountryZone()
Returns the customer's country zone.
public
getCountryZone() : CustomerCountryZoneInterface
Return values
CustomerCountryZoneInterface —Customer's country zone.
getCustomerId()
Getter method for the customer ID
public
getCustomerId() : int
Return values
int —getFirstname()
Returns the customer's first name.
public
getFirstname() : CustomerFirstnameInterface
Return values
CustomerFirstnameInterface —Customer's first name.
getGender()
Returns the customer's gender.
public
getGender() : CustomerGenderInterface
Return values
CustomerGenderInterface —Customer's gender.
getHouseNumber()
Returns the customer's house number.
public
getHouseNumber() : CustomerHouseNumberInterface
Return values
CustomerHouseNumberInterface —Customer's house number.
getId()
Getter method for the ID
public
getId() : int
Return values
int —getLastname()
Returns the customer's last name.
public
getLastname() : CustomerLastnameInterface
Return values
CustomerLastnameInterface —Customer's last name.
getPostcode()
Returns the customer's postcode.
public
getPostcode() : CustomerPostcodeInterface
Return values
CustomerPostcodeInterface —Customer's postcode.
getStreet()
Returns the customer's street.
public
getStreet() : CustomerStreetInterface
Return values
CustomerStreetInterface —Customer's street.
getSuburb()
Returns the customer's suburb.
public
getSuburb() : CustomerSuburbInterface
Return values
CustomerSuburbInterface —Customer's suburb.
setAddressClass()
Setter method for the address class
public
setAddressClass(AddressClassInterface $addressClass) : mixed
Parameters
- $addressClass : AddressClassInterface
Return values
mixed —setB2BStatus()
Setter method for the address class
public
setB2BStatus(CustomerB2BStatusInterface $b2bStatus) : mixed
Parameters
- $b2bStatus : CustomerB2BStatusInterface
Return values
mixed —setCustomerId()
Setter method for the customer ID
public
setCustomerId(IdType $customerId) : mixed
Parameters
- $customerId : IdType
Return values
mixed —setId()
Setter method for the ID
public
setId(IdType $id) : mixed
Parameters
- $id : IdType
-
addressBookId