Class UnknownCustomerCountry

Class CustomerCountry

This class is used for getting customer country data

UnknownCustomerCountry implements CustomerCountryInterface
Package: Customer\Country
Category: System
Implements: CustomerCountryInterface
Located at Services/Core/Country/UnknownCustomerCountry.inc.php

Methods summary

public __construct( CustomerCountryNameInterface $name )

UnknownCustomerCountry constructor.

public getId( void ) : integer

Getter method for the country ID

public getName( void ) : CustomerCountryNameInterface

Getter method for the country name

public getIso2( void ) : CustomerCountryIso2Interface

Getter Method for the ISO2 code of the country

public getIso3( void ) : CustomerCountryIso3Interface

Getter Method for the ISO3 code of the country

public getAddressFormatId( void ) : IdType

Getter method for the address format of the country

public getStatus( void ) : boolean

Getter method for the Status of the country

Properties summary