| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The unique identifier for the item | [optional] |
| displayedAs | string | Display text for the stock movement | [optional] |
| path | string | The API path for the resource | [optional] |
| links | \SynergiTech\Sage\Model\Link[] | Links for the resource | [optional] |
| createdAt | \DateTime | The datetime when the item was created | [optional] |
| updatedAt | \DateTime | The datetime when the item was last updated | [optional] |
| movementNumber | string | The movement number of the stock movement | [optional] |
| date | \DateTime | The date the stock movement occurred | [optional] |
| costPrice | float | The cost per unit of stock purchased | [optional] |
| quantity | float | The quantity of the goods adjusted | [optional] |
| details | string | The transaction details of the stock movement | [optional] |
| reference | string | The reference of the stock movement | [optional] |
| stockItem | \SynergiTech\Sage\Model\StockItem | [optional] |