UIpgPayParams constructor
UIpgPayParams({
- required double amount,
- required TagTxn? tag,
- String? invoiceId,
- String? billId,
- String? paymentId,
- String? chargeMobileNumber,
- TagSimOperator? topUpType,
- List<
UIpgMultiplexedAccountParams> ? multiplexedAccounts,
Implementation
UIpgPayParams({
required this.amount,
required this.tag,
this.invoiceId,
this.billId,
this.paymentId,
this.chargeMobileNumber,
this.topUpType,
this.multiplexedAccounts,
});