Log in

Directory Module

Api\CountryInformationAcquirerInterface

Interface

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

Interface

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

Interface

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

Interface

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

Interface

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

Interface

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

Interface

This interface defines a contract for retrieving postcode validation patterns configured in Magento 2. Developers would implement this interface when...

Model\Country\Postcode\ValidatorInterface

Interface

This interface defines a contract for validating postal codes against country-specific formatting rules. Developers implement this interface to create...

Model\Currency\Import\ImportInterface

Interface

This interface defines the contract for currency exchange rate import services in Magento 2. Developers implement this interface to create custom curr...