Class CustomerCountry

Class CustomerCountry

This class is used for getting customer country data

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

Methods summary

public __construct( IdType $id, CustomerCountryNameInterface $name, CustomerCountryIso2Interface $iso2, CustomerCountryIso3Interface $iso3, IdType $addressFormatId, boolean $p_status )

Constructor of the class CustomerCountry

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

protected $id : integer

		
protected $addressFormatId : IdType

		
protected $status : boolean