PriceRangeDto
PriceRangeDto
| Name | Description | Schema | Default |
|---|---|---|---|
| base_price required | Base price for this range Example : | string | |
| range_end required | Range end value. null means +Infinity Example : 0.00000000 | any of [string, null] | |
| range_start required | Range start value. null means -Infinity Example : 0.00000000 | any of [string, null] | |
| unit_price required | Unit price for this range Example : PP | string |