const PaymentAmount( {required this.currency, required this.value, required this.exponent}) : assert(currency.length == 3);