UBillInfoParams constructor

UBillInfoParams({
  1. required String billId,
  2. required String paymentId,
})

Implementation

UBillInfoParams({
  required this.billId,
  required this.paymentId,
});