stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanCheckoutChargeInput

AdminTypes.SellingPlanCheckoutChargeInput interface

The input fields that are required to create or update a checkout charge.

Signature:

export interface SellingPlanCheckoutChargeInput 

Properties

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.