OrderAddressBlock
in package
Class OrderAddressBlock
This class is used by the OrderListItem and InvoiceListItem and includes all required address values for the listings.
Tags
Table of Contents
- $additionalAddressInfo : string
- $city : string
- $company : string
- $country : string
- $countryIsoCode : string
- $firstName : string
- $houseNumber : string
- $lastName : string
- $postcode : string
- $state : string
- $street : string
- __construct() : mixed
- OrderAddressBlock constructor.
- getAdditionalAddressInfo() : string
- getCity() : string
- getCompany() : string
- getCountry() : string
- getCountryIsoCode() : string
- getFirstName() : string
- getHouseNumber() : string
- getLastName() : string
- getPostcode() : string
- getState() : string
- getStreet() : string
Properties
$additionalAddressInfo
protected
string
$additionalAddressInfo
$city
protected
string
$city
$company
protected
string
$company
$country
protected
string
$country
$countryIsoCode
protected
string
$countryIsoCode
$firstName
protected
string
$firstName
$houseNumber
protected
string
$houseNumber
$lastName
protected
string
$lastName
$postcode
protected
string
$postcode
$state
protected
string
$state
$street
protected
string
$street
Methods
__construct()
OrderAddressBlock constructor.
public
__construct(StringType $firstName, StringType $lastName, StringType $company, StringType $street, StringType $houseNumber, StringType $additionalAddressInfo, StringType $postcode, StringType $city, StringType $state, StringType $country, StringType $countryIsoCode) : mixed
Parameters
- $firstName : StringType
- $lastName : StringType
- $company : StringType
- $street : StringType
- $houseNumber : StringType
- $additionalAddressInfo : StringType
- $postcode : StringType
- $city : StringType
- $state : StringType
- $country : StringType
- $countryIsoCode : StringType
Return values
mixed —getAdditionalAddressInfo()
public
getAdditionalAddressInfo() : string
Return values
string —getCity()
public
getCity() : string
Return values
string —getCompany()
public
getCompany() : string
Return values
string —getCountry()
public
getCountry() : string
Return values
string —getCountryIsoCode()
public
getCountryIsoCode() : string
Return values
string —getFirstName()
public
getFirstName() : string
Return values
string —getHouseNumber()
public
getHouseNumber() : string
Return values
string —getLastName()
public
getLastName() : string
Return values
string —getPostcode()
public
getPostcode() : string
Return values
string —getState()
public
getState() : string
Return values
string —getStreet()
public
getStreet() : string