Map<String, dynamic> toJson() { final Map<String, dynamic> jsonMap = { "type": PaymentTypeEnumMap[type], }; return jsonMap; }