Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanCheckoutChargeInput
The input fields that are required to create or update a checkout charge.
Signature:
export interface SellingPlanCheckoutChargeInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| type? | InputMaybe<SellingPlanCheckoutChargeType | `${SellingPlanCheckoutChargeType}`> | (Optional) The checkout charge type defined by the policy. | |
| value? | InputMaybe<SellingPlanCheckoutChargeValueInput> | (Optional) The checkout charge value defined by the policy. |