Map<String, dynamic> toJson() => { "amount": amount == null ? null : amount, "currency": currency == null ? null : currency, };