phpDocumentor

LocationInformation

Class LocationInformation

Table of Contents

$additionalInformation  : string
$city  : string
$country  : CustomerAddressCountry
$houseNumber  : string
$postcode  : string
$state  : CustomerAddressState
$streetName  : string
$suburb  : string
additionalInformation()  : string
city()  : string
country()  : CustomerAddressCountry
countryIsoCode2()  : string
create()  : LocationInformation
houseNumber()  : string
postcode()  : string
state()  : CustomerAddressState
stateId()  : int
stateName()  : string
streetName()  : string
suburb()  : string
toArray()  : array<string|int, mixed>
__construct()  : mixed

Properties

Methods

additionalInformation()

public additionalInformation() : string
Return values
string

create()

public static create(string $streetName, string $houseNumber, string $postcode, string $city, CustomerAddressCountry $country, CustomerAddressState $state[, string $additionalInformation = '' ][, string $suburb = '' ]) : LocationInformation
Parameters
$streetName : string
$houseNumber : string
$postcode : string
$city : string
$country : CustomerAddressCountry
$state : CustomerAddressState
$additionalInformation : string = ''
$suburb : string = ''
Return values
LocationInformation

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

__construct()

private __construct(string $streetName, string $houseNumber, string $postcode, string $city, CustomerAddressCountry $country, CustomerAddressState $state[, string $additionalInformation = '' ][, string $suburb = '' ]) : mixed
Parameters
$streetName : string
$houseNumber : string
$postcode : string
$city : string
$country : CustomerAddressCountry
$state : CustomerAddressState
$additionalInformation : string = ''
$suburb : string = ''
Return values
mixed

Search results