phpDocumentor

CustomerAddress
in package
implements CustomerAddressInterface

Class CustomerAddress

This class is used for managing customer address data

Tags
category

System

subpackage

Address

implements

CustomerAddressInterface

Interfaces, Classes and Traits

CustomerAddressInterface
Interface CustomerAddressInterface

Table of Contents

$additionalAddressInfo  : CustomerAdditionalAddressInfoInterface
$addressClass  : AddressClassInterface
$b2bStatus  : CustomerB2BStatusInterface
$city  : CustomerCityInterface
$company  : CustomerCompanyInterface
$country  : CustomerCountryInterface
$countryZone  : CustomerCountryZoneInterface
$customerId  : int
$firstname  : CustomerFirstnameInterface
$gender  : CustomerGenderInterface
$houseNumber  : CustomerHouseNumberInterface
$id  : int
$lastname  : CustomerLastnameInterface
$postcode  : CustomerPostcodeInterface
$street  : CustomerStreetInterface
$suburb  : CustomerSuburbInterface
getAdditionalAddressInfo()  : CustomerAdditionalAddressInfoInterface
Getter method for the additional address information
getAddressClass()  : AddressClassInterface
Getter method of the address class
getB2BStatus()  : CustomerB2BStatusInterface
Getter method of the address class
getCity()  : CustomerCityInterface
Getter method for the city
getCompany()  : CustomerCompanyInterface
Getter method for the company name
getCountry()  : CustomerCountryInterface
Getter method for the country
getCountryZone()  : CustomerCountryZoneInterface
Getter method for the country zone
getCustomerId()  : int
Getter method for the customer ID
getFirstname()  : CustomerFirstnameInterface
Getter method for the first name of the customer
getGender()  : CustomerGenderInterface
Getter method for the gender of the customer
getHouseNumber()  : CustomerHouseNumberInterface
Getter method for the house number
getId()  : int
Getter method for the ID
getLastname()  : CustomerLastnameInterface
Getter method for the last name of the customer
getPostcode()  : CustomerPostcodeInterface
Getter method for the postcode
getStreet()  : CustomerStreetInterface
Getter method for the street name
getSuburb()  : CustomerSuburbInterface
Getter method of the suburb
importAddressBlock()  : mixed
Import Address Block
setAdditionalAddressInfo()  : mixed
Setter method for the additional address information
setAddressClass()  : mixed
Setter method for the address class
setB2BStatus()  : mixed
Setter method for the address class
setCity()  : mixed
Setter method for the city
setCompany()  : mixed
Setter method for the company name
setCountry()  : mixed
Setter method for the country
setCountryZone()  : mixed
Setter method for the country zone
setCustomerId()  : mixed
Setter method for the customer ID
setFirstname()  : mixed
Setter method for the first name of the customer
setGender()  : mixed
Setter method for the gender of the customer
setHouseNumber()  : mixed
Setter method for the house number
setId()  : mixed
Setter method for the ID
setLastname()  : mixed
Setter method for the last name of the customer
setPostcode()  : mixed
Setter method for the postcode
setStreet()  : mixed
Setter method for the street name
setSuburb()  : mixed
Setter method for the suburb

Properties

Methods

getCustomerId()

Getter method for the customer ID

public getCustomerId() : int
Return values
int

setCustomerId()

Setter method for the customer ID

public setCustomerId(IdType $customerId) : mixed
Parameters
$customerId : IdType
Return values
mixed

Search results