UIpgMultiplexedAccountParams constructor

UIpgMultiplexedAccountParams({
  1. required String iban,
  2. required double amount,
  3. int? payId,
})

Implementation

UIpgMultiplexedAccountParams({required this.iban, required this.amount, this.payId});