ConvergeCredentials constructor

ConvergeCredentials({
  1. String? merchantId,
  2. String? userId,
  3. String? pin,
  4. String? partnerAppId,
  5. String? vendorId,
  6. String? vendorAppName,
  7. String? vendorAppVersion,
  8. String? bmsUsername,
  9. String? bmsPassword,
  10. String? serverType,
})

Implementation

ConvergeCredentials({
  this.merchantId,
  this.userId,
  this.pin,
  this.partnerAppId,
  this.vendorId,
  this.vendorAppName,
  this.vendorAppVersion,
  this.bmsUsername,
  this.bmsPassword,
  this.serverType,
});