import { ShopifySellingPlanCheckoutChargePercentageValue } from '@daffodil/driver/shopify'
The percentage value of the price used for checkout charge.
interface ShopifySellingPlanCheckoutChargePercentageValue {
__typename: "SellingPlanCheckoutChargePercentageValue"
percentage: number
}
__typename "SellingPlanCheckoutChargePercentageValue" |
|---|
percentage number |
|---|
The percentage value of the price used for checkout charge. |