Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-directory
Api
Data
ExchangeRateInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Directory\Api\Data
;
7
14
interface
ExchangeRateInterface
extends
\Magento\Framework\Api\ExtensibleDataInterface
15
{
21
public
function
getCurrencyTo
();
22
29
public
function
setCurrencyTo
(
$code
);
30
36
public
function
getRate
();
37
44
public
function
setRate
(
$rate
);
45
51
public
function
getExtensionAttributes
();
52
59
public
function
setExtensionAttributes
(
60
\
Magento
\Directory\Api\Data\ExchangeRateExtensionInterface
$extensionAttributes
61
);
62
}
Magento\Directory\Api\Data\ExchangeRateInterface\getRate
getRate()
Magento\Directory\Api\Data
Definition:
CountryInformationInterface.php:6
Magento\Directory\Api\Data\ExchangeRateInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Directory\Api\Data\ExchangeRateExtensionInterface $extensionAttributes)
$rate
$rate
Definition:
quote_with_check_payment.php:11
Magento\Directory\Api\Data\ExchangeRateInterface\setRate
setRate($rate)
Magento\Directory\Api\Data\ExchangeRateInterface\getCurrencyTo
getCurrencyTo()
Magento\Directory\Api\Data\ExchangeRateInterface
Definition:
ExchangeRateInterface.php:14
Magento\Directory\Api\Data\ExchangeRateInterface\getExtensionAttributes
getExtensionAttributes()
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento\Directory\Api\Data\ExchangeRateInterface\setCurrencyTo
setCurrencyTo($code)
Magento
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
$code
$code
Definition:
info.phtml:12