class AccountAddress extends Model (View source)

Properties

string $country
string $locality
string $postalCode
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

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

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