public function SupportedCurrency::getCurrencyCode in Payment 8.2
Gets the currency code.
Return value
string
Overrides SupportedCurrencyInterface::getCurrencyCode
File
- src/
Plugin/ Payment/ Method/ SupportedCurrency.php, line 50
Class
- SupportedCurrency
- Provides a currency that is supported by a payment method.
Namespace
Drupal\payment\Plugin\Payment\MethodCode
public function getCurrencyCode() {
return $this->currencyCode;
}