Price.eur constructor

Price.eur(
  1. double amount
)

Constructs a Price with EUR currency of the provided amount.

Implementation

Price.eur(double amount) : sum = Sum(amount), currency = Currency('EUR');