PriceCalculationResult
PriceCalculationResult
The result of the price calculation from the ProductVariantPriceCalculationStrategy or the OrderItemPriceCalculationStrategy.
Signature
type PriceCalculationResult = {
price: number;
priceIncludesTax: boolean;
}
Members
price
property
type:
number
priceIncludesTax
property
type:
boolean