core.Map<core.String, core.dynamic> toJson() => { if (amount != null) 'amount': amount!, if (currencyCode != null) 'currencyCode': currencyCode!, };