Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanCheckoutChargeValueInput
The input fields required to create or update an checkout charge value.
Signature:
export interface SellingPlanCheckoutChargeValueInput
Property | Modifiers | Type | Description |
---|---|---|---|
fixedValue? | InputMaybe<Scalars[‘Decimal’][‘input’]> | (Optional) The fixed value for an checkout charge. | |
percentage? | InputMaybe<Scalars[‘Float’][‘input’]> | (Optional) The percentage value. |