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