Directory Module
Api\CountryInformationAcquirerInterface
This interface defines methods for retrieving country and region information in Magento 2. Developers use this to fetch all available countries or get...
Api\CurrencyInformationAcquirerInterface
This interface defines a contract for retrieving currency information for a store in Magento 2. Developers use this to get available currencies, excha...
Api\Data\CountryInformationInterface
This interface defines the contract for country information data objects in Magento 2. Developers use it when working with country data through the AP...
Api\Data\CurrencyInformationInterface
This interface defines the contract for currency information data objects in Magento 2. Developers use it to retrieve and set store currency details i...
Api\Data\ExchangeRateInterface
This interface defines the contract for exchange rate data objects in Magento 2. Developers use it to work with currency exchange rates, storing the t...
Api\Data\RegionInformationInterface
This interface defines the contract for region (state/province) data objects in Magento 2. Developers use this when working with geographical regions,...
Model\Country\Postcode\ConfigInterface
This interface defines a contract for retrieving postcode validation patterns configured in Magento 2. Developers would implement this interface when...
Model\Country\Postcode\ValidatorInterface
This interface defines a contract for validating postal codes against country-specific formatting rules. Developers implement this interface to create...
Model\Currency\Import\ImportInterface
This interface defines the contract for currency exchange rate import services in Magento 2. Developers implement this interface to create custom curr...