Map<String, dynamic> toJson() => {"PaymentStatus": List<dynamic>.from(paymentStatus.map((x) => x.toJson()))};