Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanCheckoutChargeType
The checkout charge when the full amount isn’t charged at checkout.
Signature:
export declare enum SellingPlanCheckoutChargeType
| Member | Value | Description |
|---|---|---|
| Percentage | "PERCENTAGE" |
The checkout charge is a percentage of the product or variant price. |
| Price | "PRICE" |
The checkout charge is a fixed price amount. |