Map<String, dynamic> toJson() => { if (amount != null) "amount": amount, if (traceNo != null) "trace_no": traceNo, if (paymentToken != null) "payment_token": paymentToken, };