copyWith method
Implementation
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCloseRequest copyWith(
{String? physicalInventoryId, bool? addAndRetireInventory}) {
return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCloseRequest(
physicalInventoryId: physicalInventoryId ?? this.physicalInventoryId,
addAndRetireInventory:
addAndRetireInventory ?? this.addAndRetireInventory);
}