| Name | Type | Description | Notes |
|---|---|---|---|
| originalPrice | BigDecimal | The original price of the variant without any discounted prices applied. | [optional] |
| calculatedPrice | BigDecimal | The calculated price of the variant. Can be a discounted price. | [optional] |
| originalPriceInclTax | BigDecimal | The original price of the variant including taxes. | [optional] |
| calculatedPriceInclTax | BigDecimal | The calculated price of the variant including taxes. | [optional] |
| originalTax | BigDecimal | The taxes applied on the original price. | [optional] |
| calculatedTax | BigDecimal | The taxes applied on the calculated price. | [optional] |
| taxRates | List<PricedVariantTaxRates> | An array of applied tax rates | [optional] |