WebApiModulesWarehouseCheckInSelectedItemRequest constructor
const
WebApiModulesWarehouseCheckInSelectedItemRequest({
- int? orderTranId,
- String? internalChar,
- String? contractId,
- String? orderId,
- String? orderItemId,
- String? inventoryId,
- String? vendorId,
- String? description,
- int? quantityIn,
- int? quantityInRepair,
- int? quantity,
- String? assetId,
- String? consignorId,
- String? consignorAgreementId,
- String? repairId,
- String? itemClass,
- bool? isFixedContainer,
Implementation
const WebApiModulesWarehouseCheckInSelectedItemRequest({
this.orderTranId,
this.internalChar,
this.contractId,
this.orderId,
this.orderItemId,
this.inventoryId,
this.vendorId,
this.description,
this.quantityIn,
this.quantityInRepair,
this.quantity,
this.assetId,
this.consignorId,
this.consignorAgreementId,
this.repairId,
this.itemClass,
this.isFixedContainer,
});