Map<String, dynamic> toJson() { final amountInUsd = this.amountInUsd; return { if (amountInUsd != null) 'AmountInUsd': amountInUsd, }; }