UIpgPayParams constructor

UIpgPayParams({
  1. required double amount,
  2. required TagTxn? tag,
  3. String? invoiceId,
  4. String? billId,
  5. String? paymentId,
  6. String? chargeMobileNumber,
  7. TagSimOperator? topUpType,
  8. List<UIpgMultiplexedAccountParams>? multiplexedAccounts,
})

Implementation

UIpgPayParams({
  required this.amount,
  required this.tag,
  this.invoiceId,
  this.billId,
  this.paymentId,
  this.chargeMobileNumber,
  this.topUpType,
  this.multiplexedAccounts,
});