@override Map<String, dynamic> toJson() { final map = super.toJson(); map['amount'] = orderAmount; map['currency'] = orderCurrency; return map; }