Map<String, dynamic> toMap() { var map = super.toMap(); map["codTrans"] = codTrans; map["currency"] = currency; map["amount"] = amount; return map; }