StockDeliveryHistoryContent constructor
StockDeliveryHistoryContent({
- String? createdAt,
- String? updatedAt,
- int? id,
- String? transferOrderId,
- int? stockRequestId,
- int? allocatedQuantity,
- int? grQuantity,
- int? fileId,
- String? status,
- List<
StockDeliveryHistoryProductDetails> ? productDetails, - String? stockRequestTranscationId,
- String? stockRequestName,
- String? transferStatus,
- String? operationId,
- String? externalReferenceId,
- String? saleOrderId,
- String? documentId,
- bool? isUploadButtonRequired,
- String? createdBy,
- String? updatedBy,
Implementation
StockDeliveryHistoryContent(
{this.createdAt,
this.updatedAt,
this.id,
this.transferOrderId,
this.stockRequestId,
this.allocatedQuantity,
this.grQuantity,
this.fileId,
this.status,
this.productDetails,
this.stockRequestTranscationId,
this.stockRequestName,
this.transferStatus,
this.operationId,
this.externalReferenceId,
this.saleOrderId,
this.documentId,
this.isUploadButtonRequired,
this.createdBy,
this.updatedBy});