Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
quantity_delta | getQuantityDelta() | setQuantityDelta($value) | float | The number to adjust the variation's quantity by. | [optional] |
adjustment_type | getAdjustmentType() | setAdjustmentType($value) | string | The reason for the inventory adjustment. | [optional] |
memo | getMemo() | setMemo($value) | string | A note about the inventory adjustment. | [optional] |
Note: All properties are protected and only accessed via getters and setters.