Class OrderAddressBlock

Class OrderAddressBlock

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

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.

public getFirstName( void ) : string
public getLastName( void ) : string
public getCompany( void ) : string
public getStreet( void ) : string
public getHouseNumber( void ) : string
public getAdditionalAddressInfo( void ) : string
public getPostcode( void ) : String
public getCity( void ) : string
public getState( void ) : string
public getCountry( void ) : string
public getCountryIsoCode( void ) : string

Properties summary

protected $firstName : string

		
protected $lastName : string

		
protected $company : string

		
protected $street : string

		
protected $houseNumber : string

		
protected $additionalAddressInfo : string

		
protected $postcode : String

		
protected $city : string

		
protected $state : string

		
protected $country : string

		
protected $countryIsoCode : string