CustomerCountryInterface
in
Interface CustomerCountryInterface
Tags
Table of Contents
- getAddressFormatId() : IdType
- Getter method for the address format of the country
- getId() : int
- Getter method for the country ID
- getIso2() : CustomerCountryIso2Interface
- Getter Method for the ISO2 code of the country
- getIso3() : CustomerCountryIso3Interface
- Getter Method for the ISO3 code of the country
- getName() : CustomerCountryNameInterface
- Getter method for the country name
- getStatus() : bool
- Getter method for the Status of the country
Methods
getAddressFormatId()
Getter method for the address format of the country
public
getAddressFormatId() : IdType
Return values
IdType —address format id
getId()
Getter method for the country ID
public
getId() : int
Return values
int —countryId
getIso2()
Getter Method for the ISO2 code of the country
public
getIso2() : CustomerCountryIso2Interface
Return values
CustomerCountryIso2Interface —ISO2 code
getIso3()
Getter Method for the ISO3 code of the country
public
getIso3() : CustomerCountryIso3Interface
Return values
CustomerCountryIso3Interface —ISO3 code
getName()
Getter method for the country name
public
getName() : CustomerCountryNameInterface
Return values
CustomerCountryNameInterface —country name
getStatus()
Getter method for the Status of the country
public
getStatus() : bool
Return values
bool —country active status