Sha256: 6d71da01b18465a693c331f0540015b3d559beecd9c39231f422786400866d66

Contents?: true

Size: 1.1 KB

Versions: 12

Compression:

Stored size: 1.1 KB

Contents

# SquareConnect::InventoryChange

### Description

Represents a single physical count, inventory, adjustment, or transfer that is part of the history of inventory changes for a particular [CatalogObject](#type-catalogobject).

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | Indicates how the inventory change was applied. See [InventoryChangeType](#type-inventorychangetype) for possible values | [optional] 
**physical_count** | [**InventoryPhysicalCount**](InventoryPhysicalCount.md) | Contains details about the physical count when `type` is `PHYSICAL_COUNT` and unset for all other types. | [optional] 
**adjustment** | [**InventoryAdjustment**](InventoryAdjustment.md) | Contains details about the inventory adjustment when `type` is `ADJUSTMENT` and unset for all other types. | [optional] 
**transfer** | [**InventoryTransfer**](InventoryTransfer.md) | Contains details about the inventory transfer when `type` is `TRANSFER` and unset for all other types. | [optional] 


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
square_connect-2.20190724.1.334 docs/InventoryChange.md
square_connect-2.20190724.0.331 docs/InventoryChange.md
square_connect-2.20190724.0.330 docs/InventoryChange.md
square_connect-2.20190724.0.325 docs/InventoryChange.md
square_connect-2.20190710.0.321 docs/InventoryChange.md
square_connect-2.20190612.1.314 docs/InventoryChange.md
square_connect-2.20190612.0.311 docs/InventoryChange.md
square_connect-2.20190612.0.309 docs/InventoryChange.md
square_connect-2.20190508.0.304 docs/InventoryChange.md
square_connect-2.20190410.1.300 docs/InventoryChange.md
square_connect-2.20190410.0.296 docs/InventoryChange.md
square_connect-2.20190327.1.292 docs/InventoryChange.md