You are here

public function PaymentInterface::getCurrency in Payment 8.2

Gets the line items' currency.

Return value

\Drupal\currency\Entity\CurrencyInterface

1 method overrides PaymentInterface::getCurrency()
Payment::getCurrency in src/Entity/Payment.php
Gets the line items' currency.

File

src/Entity/PaymentInterface.php, line 92

Class

PaymentInterface
Defines a payment entity type .

Namespace

Drupal\payment\Entity

Code

public function getCurrency();