CustomerCountryZone
in package
implements
CustomerCountryZoneInterface
Class CustomerCountryZone
This class is used for getting customer country zone data
Tags
Interfaces, Classes and Traits
- CustomerCountryZoneInterface
- Interface CustomerCountryZoneInterface
Table of Contents
- $id : int
- $isoCode : CustomerCountryZoneIsoCodeInterface
- $name : CustomerCountryZoneNameInterface
- __construct() : mixed
- Constructor of the class CustomerCountryZone
- getCode() : CustomerCountryZoneIsoCodeInterface
- Getter method for the ISO code
- getId() : int
- Getter method for the ID
- getName() : CustomerCountryZoneNameInterface
- Getter method for the name
Properties
$id
protected
int
$id
$isoCode
protected
CustomerCountryZoneIsoCodeInterface
$isoCode
$name
protected
CustomerCountryZoneNameInterface
$name
Methods
__construct()
Constructor of the class CustomerCountryZone
public
__construct(IdType $id, CustomerCountryZoneNameInterface $name, CustomerCountryZoneIsoCodeInterface $isoCode) : mixed
Parameters
- $id : IdType
- $name : CustomerCountryZoneNameInterface
- $isoCode : CustomerCountryZoneIsoCodeInterface
Tags
Return values
mixed —getCode()
Getter method for the ISO code
public
getCode() : CustomerCountryZoneIsoCodeInterface
Return values
CustomerCountryZoneIsoCodeInterface —iso code
getId()
Getter method for the ID
public
getId() : int
Return values
int —countryId
getName()
Getter method for the name
public
getName() : CustomerCountryZoneNameInterface
Return values
CustomerCountryZoneNameInterface —country name