UTerminalCreateParams constructor

UTerminalCreateParams({
  1. required List<int> tags,
  2. required String serial,
  3. String? id,
  4. String? simCardNumber,
  5. String? simCardSerial,
  6. String? imei,
  7. String? terminalId,
  8. String? detail1,
  9. String? detail2,
  10. String? creatorId,
  11. List<String>? adminUserIds,
  12. String? insId,
  13. String? agreement,
  14. String? merchantId,
})

Implementation

UTerminalCreateParams({
  required this.tags,
  required this.serial,
  this.id,
  this.simCardNumber,
  this.simCardSerial,
  this.imei,
  this.terminalId,
  this.detail1,
  this.detail2,
  this.creatorId,
  this.adminUserIds,
  this.insId,
  this.agreement,
  this.merchantId,
});