import { SellingPlanFixedAmountPriceAdjustment } from '@daffodil/driver/shopify'
A fixed amount that's deducted from the original variant price. For example, $10.00 off.
type SellingPlanFixedAmountPriceAdjustment = {
__typename?: 'SellingPlanFixedAmountPriceAdjustment';
adjustmentAmount: MoneyV2;
}