You are here

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\Method

Code

public function getCurrencyCode() {
  return $this->currencyCode;
}