Class OrderAddressBlock
Class OrderAddressBlock
This class is used by the OrderListItem and InvoiceListItem and includes all required address values for the listings.
Package: Order\ValueObjects
Category: System
Located at Services/Core/Order/ValueObjects/OrderAddressBlock.inc.php
Category: System
Located at Services/Core/Order/ValueObjects/OrderAddressBlock.inc.php
Methods summary
public
__construct( StringType $firstName, StringType $lastName, StringType $company, StringType $street, StringType $houseNumber, StringType $additionalAddressInfo, StringType $postcode, StringType $city, StringType $state, StringType $country, StringType $countryIsoCode )
OrderAddressBlock constructor.