StockSearchModel constructor
StockSearchModel({
- String? id,
- String? tenantId,
- String? facilityId,
- String? productVariantId,
- String? referenceId,
- String? referenceIdType,
- String? transactingPartyId,
- String? transactingPartyType,
- String? receiverId,
- String? receiverType,
- String? senderId,
- String? senderType,
- List<
String> ? clientReferenceId, - List<
String> ? transactionType, - List<
String> ? transactionReason, - String? boundaryCode,
- 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();