GitHub

SellingPlanCheckoutChargePercentageValue

The percentage value of the price used for checkout charge.

import { SellingPlanCheckoutChargePercentageValue } from '@daffodil/driver/shopify'
type SellingPlanCheckoutChargePercentageValue = {
    __typename?: 'SellingPlanCheckoutChargePercentageValue';
    percentage: Scalars['Float']['output'];
}
Type Options
SellingPlanCheckoutChargePercentageValue { __typename?: 'SellingPlanCheckoutChargePercentageValue'; percentage: Scalars['Float']['output']; }