| Name | Type | Description | Notes |
|---|---|---|---|
| taskId | string | The ID of the task. This ID is generated when the task was created by the <strong>createInventoryTask</strong> method. | [optional] |
| status | string | The status of the task. Users must wait until status is complete before moving on to the next step (such as uploading/downloading a file). For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:FeedStatusEnum'>eBay API documentation</a> | [optional] |
| feedType | string | The feed type associated with the inventory task. | [optional] |
| creationDate | string | The date the task was created. | [optional] |
| completionDate | string | The timestamp when the task <strong>status</strong> went into the <code>COMPLETED</code>, <code>COMPLETED_WITH_ERROR</code>, or <code>PARTIALLY_PROCESSED</code> state. This field is only returned if the status is one of the three completed values. | [optional] |
| schemaVersion | string | The schema version number associated with the task. | [optional] |
| detailHref | string | The path to the call URI used to retrieve the task. This field points to the <strong>getInventoryTask</strong> URI. | [optional] |
| uploadSummary | \Ansas\Ebay\Model\UploadSummary | [optional] | |
| filterCriteria | \Ansas\Ebay\Model\InventoryFilterCriteria | [optional] | |
| inventoryFileTemplate | string | The inventory file template used to return specific types of inventory tasks, if set in the <strong>createInventoryTask</strong> method. This field does not apply to <code>LMS_ACTIVE_INVENTORY_REPORT</code> feed types. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:InventoryFileTemplateEnum'>eBay API documentation</a> | [optional] |