GitHub

PricingValue

The price value (fixed or percentage) for a discount application.

import { PricingValue } from '@daffodil/driver/shopify'
type PricingValue = MoneyV2 | PricingPercentageValue
Type Options
PricingValue MoneyV2 | PricingPercentageValue