You are here

public function PaymentLineItemInterface::getCurrencyCode in Payment 8.2

Gets the currency_code.

Return value

string

1 method overrides PaymentLineItemInterface::getCurrencyCode()
Basic::getCurrencyCode in src/Plugin/Payment/LineItem/Basic.php
Gets the currency_code.

File

src/Plugin/Payment/LineItem/PaymentLineItemInterface.php, line 66

Class

PaymentLineItemInterface
A payment line item.

Namespace

Drupal\payment\Plugin\Payment\LineItem

Code

public function getCurrencyCode();