OrderAddressBlock

Class OrderAddressBlock

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

category

System

package

Order

subpackage

ValueObjects

Methods

OrderAddressBlock constructor.

__construct(\StringType $firstName, \StringType $lastName, \StringType $company, \StringType $street, \StringType $houseNumber, \StringType $additionalAddressInfo, \StringType $postcode, \StringType $city, \StringType $state, \StringType $country, \StringType $countryIsoCode) 

Arguments

$firstName

\StringType

$lastName

\StringType

$company

\StringType

$street

\StringType

$houseNumber

\StringType

$additionalAddressInfo

\StringType

$postcode

\StringType

$city

\StringType

$state

\StringType

$country

\StringType

$countryIsoCode

\StringType

getAdditionalAddressInfo

getAdditionalAddressInfo() : string

Response

string

getCity

getCity() : string

Response

string

getCompany

getCompany() : string

Response

string

getCountry

getCountry() : string

Response

string

getCountryIsoCode

getCountryIsoCode() : string

Response

string

getFirstName

getFirstName() : string

Response

string

getHouseNumber

getHouseNumber() : string

Response

string

getLastName

getLastName() : string

Response

string

getPostcode

getPostcode() : String

Response

String

getState

getState() : string

Response

string

getStreet

getStreet() : string

Response

string

Properties

firstName

firstName : string
var

Type(s)

string

lastName

lastName : string
var

Type(s)

string

company

company : string
var

Type(s)

string

street

street : string
var

Type(s)

string

houseNumber

houseNumber : string
var

Type(s)

string

additionalAddressInfo

additionalAddressInfo : string
var

Type(s)

string

postcode

postcode : String
var

Type(s)

String

city

city : string
var

Type(s)

string

state

state : string
var

Type(s)

string

country

country : string
var

Type(s)

string

countryIsoCode

countryIsoCode : string
var

Type(s)

string