import { SellingPlanCheckoutChargePercentageValue } from '@daffodil/driver/shopify'
The percentage value of the price used for checkout charge.
type SellingPlanCheckoutChargePercentageValue = {
__typename?: 'SellingPlanCheckoutChargePercentageValue';
percentage: Scalars['Float']['output'];
}