GitHub

ShopifySellingPlanCheckoutChargePercentageValue

interface

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

The percentage value of the price used for checkout charge.

interface ShopifySellingPlanCheckoutChargePercentageValue {
  __typename: "SellingPlanCheckoutChargePercentageValue"
  percentage: number
}

Properties

__typename
"SellingPlanCheckoutChargePercentageValue"
percentage
number

The percentage value of the price used for checkout charge.