Map<String, dynamic> toJson() { return {'listaParcelas': listaParcelas.map((e) => e.toJson()).toList()}; }