phpDocumentor

OrderAddressBlock
in package

Class OrderAddressBlock

This class is used by the OrderListItem and InvoiceListItem and includes all required address values for the listings.

Tags
category

System

subpackage

ValueObjects

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

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

Search results