You are here

public function SupportedCurrencyInterface::getCurrencyCode in Payment 8.2

Gets the currency code.

Return value

string

1 method overrides SupportedCurrencyInterface::getCurrencyCode()
SupportedCurrency::getCurrencyCode in src/Plugin/Payment/Method/SupportedCurrency.php
Gets the currency code.

File

src/Plugin/Payment/Method/SupportedCurrencyInterface.php, line 15

Class

SupportedCurrencyInterface
Defines a currency that is supported by a payment method.

Namespace

Drupal\payment\Plugin\Payment\Method

Code

public function getCurrencyCode();