GitHub

ShopifyPricingPercentageValue

interface

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

The value of the percentage pricing object.

interface ShopifyPricingPercentageValue {
  __typename: "PricingPercentageValue"
  percentage: number
}

Properties

__typename
"PricingPercentageValue"
percentage
number

The percentage value of the object.