| Name | Type | Description | Notes |
|---|---|---|---|
| priceType | String | The price type (e.g. the price for members only) to apply to a given SKU. | |
| price | BigDecimal | The value of the price type applied to the SKU. When set to `null`, the defined price type no longer applies to the SKU. | [optional] |
| referenceId | String | A unique reference identifier, e.g. a UUID. | |
| calculatedAt | OffsetDateTime | The time at which this price was calculated. If provided, this is used to determine the most recent price adjustment to choose if price adjustments overlap. Defaults to internal creation time if not provided. | [optional] |
| effectiveFrom | OffsetDateTime | The date and time from which the price adjustment is effective. | [optional] |
| effectiveUntil | OffsetDateTime | The date and time until which the price adjustment is effective. | [optional] |
| contextId | String | Identifier of the context of this price adjustment (e.g. summer sale). | [optional] |