You are here

public function LineItemCollection::getCurrencyCode in Payment 8.2

Gets the line items' ISO 4217 currency code.

Return value

string

Overrides LineItemCollectionInterface::getCurrencyCode

File

src/LineItemCollection.php, line 52

Class

LineItemCollection
Provides a line item collection.

Namespace

Drupal\payment

Code

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