Defines how ProductVariant are calculated based on the input price, tax zone and current request context.
This is configured via the catalogOptions.productVariantPriceCalculationStrategy property of
your VendureConfig.
InjectableStrategy(args: ProductVariantPriceCalculationArgs) => Promise<PriceCalculationResult>The arguments passed the calculate method of the configured ProductVariantPriceCalculationStrategy.
The productVariant argument was added in v2.1.0.
numberProductVariantPriceProductVariantTaxCategoryZoneRequestContext