import { ShopifySellingPlanCheckoutChargeType } from '@daffodil/driver/shopify'
The checkout charge when the full amount isn't charged at checkout.
enum ShopifySellingPlanCheckoutChargeType {
Percentage = ShopifySellingPlanCheckoutChargeType.Percentage,
Price = ShopifySellingPlanCheckoutChargeType.Price,
}
Percentage ShopifySellingPlanCheckoutChargeType.Percentage |
|---|
The checkout charge is a percentage of the product or variant price. |
Price ShopifySellingPlanCheckoutChargeType.Price |
|---|
The checkout charge is a fixed price amount. |