GitHub

PricingPercentageValue

The value of the percentage pricing object.

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