AcquirerConfiguration constructor

AcquirerConfiguration({
  1. String? id,
  2. String? screenText,
  3. String? name,
  4. String? terminalId,
  5. String? merchantId,
  6. String? address,
  7. String? city,
  8. String? phone,
  9. String? supportTel,
  10. List<bool>? transactionsPermission,
})

Implementation

AcquirerConfiguration({
  this.id,
  this.screenText,
  this.name,
  this.terminalId,
  this.merchantId,
  this.address,
  this.city,
  this.phone,
  this.supportTel,
  this.transactionsPermission,
});