GitHub

SellingPlanCheckoutChargeType

The checkout charge when the full amount isn't charged at checkout.

import { SellingPlanCheckoutChargeType } from '@daffodil/driver/shopify'
enum SellingPlanCheckoutChargeType {
  Percentage = 'PERCENTAGE',
  Price = 'PRICE',
}