phpDocumentor

CustomerAddressFactory

Class CustomerAddressFactory

Table of Contents

createCustomerAddressCountry()  : CustomerAddressCountry
createCustomerAddresses()  : CustomerAddresses
createCustomerAddressId()  : CustomerAddressId
createCustomerAddressIds()  : CustomerAddressIds
createCustomerAddressState()  : CustomerAddressState
createCustomerId()  : CustomerId
createLocationInformation()  : LocationInformation
createPersonalInformation()  : PersonalInformation

Methods

createLocationInformation()

public createLocationInformation(string $streetName, string $houseNumber, string $postcode, string $city, string $countryName, string $countryIsoCode2[, string $additionalInformation = '' ][, string $suburb = '' ], int $stateId[, string $stateName = '' ]) : LocationInformation
Parameters
$streetName : string
$houseNumber : string
$postcode : string
$city : string
$countryName : string
$countryIsoCode2 : string
$additionalInformation : string = ''
$suburb : string = ''
$stateId : int
$stateName : string = ''
Return values
LocationInformation

createPersonalInformation()

public createPersonalInformation(string $gender, string $firstName, string $lastName[, string $companyName = '' ]) : PersonalInformation
Parameters
$gender : string
$firstName : string
$lastName : string
$companyName : string = ''
Return values
PersonalInformation

Search results