Class CustomerCountryZone

Class CustomerCountryZone

This class is used for getting customer country zone data

CustomerCountryZone implements CustomerCountryZoneInterface
Package: Customer\CountryZone
Category: System
Implements: CustomerCountryZoneInterface
Located at Services/Core/Country/CustomerCountryZone.inc.php

Methods summary

public __construct( IdType $id, CustomerCountryZoneNameInterface $name, CustomerCountryZoneIsoCodeInterface $isoCode )

Constructor of the class CustomerCountryZone

public getId( void ) : integer

Getter method for the ID

public getName( void ) : CustomerCountryZoneNameInterface

Getter method for the name

public getCode( void ) : CustomerCountryZoneIsoCodeInterface

Getter method for the ISO code

Properties summary