GitHub

PricingPercentageValue

import { PricingPercentageValue } from '@daffodil/driver/shopify'

The value of the percentage pricing object.

type PricingPercentageValue = {
    __typename?: 'PricingPercentageValue';
    percentage: Scalars['Float']['output'];
}