import { DaffPriceRange } from '@daffodil/product'
A ranged price for products that could have more than one possible price, depending on the configurations.
interface DaffPriceRange {
maxPrice: DaffProductPrices
minPrice: DaffProductPrices
}
maxPrice DaffProductPrices |
---|
The maximum prices of the product. Includes discounts, the maximum discounted price, and the maximum original price. |
minPrice DaffProductPrices |
---|
The minimum prices of the product. Includes discounts, the minimum discounted price, and the minimum original price. |