UIpgSaleParams constructor

UIpgSaleParams({
  1. required double amount,
  2. TagTxn? tag,
  3. String? invoiceId,
})

Implementation

UIpgSaleParams({required this.amount, this.tag, this.invoiceId});