InventoryChange

November 20, 2019 ยท View on GitHub

Description

Represents a single physical count, inventory, adjustment, or transfer that is part of the history of inventory changes for a particular CatalogObject.

Properties

NameGetterSetterTypeDescriptionNotes
typegetType()setType($value)stringIndicates how the inventory change was applied. See `InventoryChangeType` for all possible values. See InventoryChangeType for possible values[optional]
physical_countgetPhysicalCount()setPhysicalCount($value)\SquareConnect\Model\InventoryPhysicalCountContains details about the physical count when `type` is `PHYSICAL_COUNT` and unset for all other types.[optional]
adjustmentgetAdjustment()setAdjustment($value)\SquareConnect\Model\InventoryAdjustmentContains details about the inventory adjustment when `type` is `ADJUSTMENT` and unset for all other types.[optional]
transfergetTransfer()setTransfer($value)\SquareConnect\Model\InventoryTransferContains details about the inventory transfer when `type` is `TRANSFER` and unset for all other types.[optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]