StockSearchModel constructor

StockSearchModel({
  1. String? id,
  2. String? tenantId,
  3. String? facilityId,
  4. String? productVariantId,
  5. String? referenceId,
  6. String? referenceIdType,
  7. String? transactingPartyId,
  8. String? transactingPartyType,
  9. String? receiverId,
  10. String? receiverType,
  11. String? senderId,
  12. String? senderType,
  13. List<String>? clientReferenceId,
  14. List<String>? transactionType,
  15. List<String>? transactionReason,
  16. String? boundaryCode,
  17. bool? isDeleted = false,
})

Implementation

StockSearchModel({
  this.id,
  this.tenantId,
  this.facilityId,
  this.productVariantId,
  this.referenceId,
  this.referenceIdType,
  this.transactingPartyId,
  this.transactingPartyType,
  this.receiverId,
  this.receiverType,
  this.senderId,
  this.senderType,
  this.clientReferenceId,
  this.transactionType,
  this.transactionReason,
  super.boundaryCode,
  super.isDeleted,
}) : super();