phpDocumentor

CustomerCountryRepositoryInterface

Interface CustomerCountryRepositoryInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

findById()  : CustomerCountry|null
Method to find a country if exists else return null
findByIso2()  : CustomerCountry|null
Find country by iso2 code.
findByName()  : CustomerCountry
Find country by name.
getAll()  : CustomerCountryCollection
Method to get all customer countries
getById()  : CustomerCountryInterface
Method to get a customer country with a given country ID
getByIso2()  : CustomerCountry
Get country by iso2 code.
getByName()  : CustomerCountry
Get country by name.

Methods

Search results