import { SellingPlanFixedPriceAdjustment } from '@daffodil/driver/shopify'
A fixed price adjustment for a variant that's purchased with a selling plan.
type SellingPlanFixedPriceAdjustment = {
__typename?: 'SellingPlanFixedPriceAdjustment';
price: MoneyV2;
}