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
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
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