class TestOrderAddress extends Collection (View source)

Properties

protected $collection_key
string $country
string[] $fullAddress
bool $isPostOfficeBox
string $locality
string $postalCode
string $recipientName
string $region
string[] $streetAddress

Methods

setCountry($country)

No description

string
getCountry()

No description

setFullAddress($fullAddress)

No description

string[]
getFullAddress()

No description

setIsPostOfficeBox($isPostOfficeBox)

No description

bool
getIsPostOfficeBox()

No description

setLocality($locality)

No description

string
getLocality()

No description

setPostalCode($postalCode)

No description

string
getPostalCode()

No description

setRecipientName($recipientName)

No description

string
getRecipientName()

No description

setRegion($region)

No description

string
getRegion()

No description

setStreetAddress($streetAddress)

No description

string[]
getStreetAddress()

No description

Details

setCountry($country)

No description

Parameters

$country

string getCountry()

No description

Return Value

string

setFullAddress($fullAddress)

No description

Parameters

$fullAddress

string[] getFullAddress()

No description

Return Value

string[]

setIsPostOfficeBox($isPostOfficeBox)

No description

Parameters

$isPostOfficeBox

bool getIsPostOfficeBox()

No description

Return Value

bool

setLocality($locality)

No description

Parameters

$locality

string getLocality()

No description

Return Value

string

setPostalCode($postalCode)

No description

Parameters

$postalCode

string getPostalCode()

No description

Return Value

string

setRecipientName($recipientName)

No description

Parameters

$recipientName

string getRecipientName()

No description

Return Value

string

setRegion($region)

No description

Parameters

$region

string getRegion()

No description

Return Value

string

setStreetAddress($streetAddress)

No description

Parameters

$streetAddress

string[] getStreetAddress()

No description

Return Value

string[]