Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Orders
    • Serializers
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Interfaces
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • OrderAddressBlock
  • OrderServiceSettings

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

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.

OrderAddressBlock constructor.

Parameters

$firstName
$lastName
$company
$street
$houseNumber
$additionalAddressInfo
$postcode
$city
$state
$country
$countryIsoCode
public string
# getFirstName( )

Returns

string
public string
# getLastName( )

Returns

string
public string
# getCompany( )

Returns

string
public string
# getStreet( )

Returns

string
public string
# getHouseNumber( )

Returns

string
public string
# getAdditionalAddressInfo( )

Returns

string
public String
# getPostcode( )

Returns

String
public string
# getCity( )

Returns

string
public string
# getState( )

Returns

string
public string
# getCountry( )

Returns

string
public string
# getCountryIsoCode( )

Returns

string

Properties summary

protected string $firstName
#
protected string $lastName
#
protected string $company
#
protected string $street
#
protected string $houseNumber
#
protected string $additionalAddressInfo
#
protected String $postcode
#
protected string $city
#
protected string $state
#
protected string $country
#
protected string $countryIsoCode
#
API documentation generated by ApiGen