class ReturnAddressAddress extends Collection (View source)

Properties

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

Methods

setCountry($country)

No description

string
getCountry()

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

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[]