public function LineItemCollectionInterface::getCurrencyCode in Payment 8.2
Gets the line items' ISO 4217 currency code.
Return value
string
2 methods override LineItemCollectionInterface::getCurrencyCode()
- LineItemCollection::getCurrencyCode in src/
LineItemCollection.php - Gets the line items' ISO 4217 currency code.
- Payment::getCurrencyCode in src/
Entity/ Payment.php - Gets the line items' ISO 4217 currency code.
File
- src/
LineItemCollectionInterface.php, line 26
Class
- LineItemCollectionInterface
- Defines a line item collection.
Namespace
Drupal\paymentCode
public function getCurrencyCode();