Sha256: 260ac144c1813b36b1f7ea7c704dd8ea221fc426ed1c296a221d0836ef3ee301

Contents?: true

Size: 1.1 KB

Versions: 7

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 all 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

7 entries across 7 versions & 1 rubygems

Version Path
square_connect-2.20190313.1.282 docs/InventoryChange.md
square_connect-2.20190313.0.278 docs/InventoryChange.md
square_connect-2.20190213.0.274 docs/InventoryChange.md
square_connect-2.20181212.0.267 docs/InventoryChange.md
square_connect-2.20181205.0.263 docs/InventoryChange.md
square_connect-2.20180918.1.251 docs/InventoryChange.md
square_connect-2.20180918.0.244 docs/InventoryChange.md