You are here

protected property LineItemCollectionTest::$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

tests/src/Unit/LineItemCollectionTest.php, line 23

Class

LineItemCollectionTest
@coversDefaultClass \Drupal\payment\LineItemCollection

Namespace

Drupal\Tests\payment\Unit

Code

protected $currencyCode;