squareconnect.models.inventory_change
Represents a single physical count, inventory, adjustment, or transfer that is part of the history of inventory changes for a particular CatalogObject.
| Name | Type | Description | Notes |
|---|---|---|---|
| type | str | Indicates how the inventory change was applied. See InventoryChangeType for possible values | [optional] |
| physical_count | InventoryPhysicalCount | Contains details about the physical count when `type` is `PHYSICAL_COUNT` and unset for all other types. | [optional] |
| adjustment | InventoryAdjustment | Contains details about the inventory adjustment when `type` is `ADJUSTMENT` and unset for all other types. | [optional] |
| transfer | InventoryTransfer | Contains details about the inventory transfer when `type` is `TRANSFER` and unset for all other types. | [optional] |