Interface CustomerCountryReaderInterface
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
Interfaces |
findById(\IdType $countryId) : \CustomerCountry
| Throws |
|
|---|
\IdType
\CustomerCountry
findByIso2( $countryIso2) : \CustomerCountry|null
findByName( $countryName) : \CustomerCountry|null
isStateMandatory(\IdType $countryId) : boolean