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 |
__construct(\StringType $firstName, \StringType $lastName, \StringType $company, \StringType $street, \StringType $houseNumber, \StringType $additionalAddressInfo, \StringType $postcode, \StringType $city, \StringType $state, \StringType $country, \StringType $countryIsoCode)
\StringType
\StringType
\StringType
\StringType
\StringType
\StringType
\StringType
\StringType
\StringType
\StringType
\StringType
getAdditionalAddressInfo() : string
string
getCity() : string
string
getCompany() : string
string
getCountry() : string
string
getCountryIsoCode() : string
string
getFirstName() : string
string
getHouseNumber() : string
string
getLastName() : string
string
getPostcode() : String
String
getState() : string
string
getStreet() : string
string