Map<String, dynamic> toJson() { final Map<String, dynamic> jsonMap = { "billIds": billIds?.map((element) => element).toList(), "type": BillLinkingTypeDtoEnumMap[type], }; return jsonMap; }