| Name | Type | Description | Notes |
|---|---|---|---|
| skus | string[] | List of product SKUs to check when determining the best prior price. | |
| timeframeEndDate | \DateTime | The end date and time that defines the latest time for retrieving historical SKU prices. | |
| timeframe | string | The number of days prior to the timeframeEndDate. Only prices within this look back period are considered for the best prior price evaluation. | |
| timeframeEndDateType | string | Sets the timeframe for retrieving historical pricing data. Can be one of the following values: - `strict`: The timeframe ends at the `timeframeEndDate` value. - `price`: The timeframe ends at the start of current price value and takes the prices prior to the start of the current price value into account. - `sale`: The timeframe ends at the start of current `contextId` and takes the prices prior to the start of the `contextId` into account. | |
| target | \TalonOne\Client\Model\BestPriorTarget | [optional] |