You are here

protected property LineItemCollection::$currencyCode in Payment 8.2

The line items' ISO 4217 currency code.

The currency code or NULL if the collection itself has no specific currency.

Type: string|null $currency_code

File

src/LineItemCollection.php, line 19

Class

LineItemCollection
Provides a line item collection.

Namespace

Drupal\payment

Code

protected $currencyCode;