Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanBillingPolicyInput
The input fields that are required to create or update a billing policy type.
Signature:
export interface SellingPlanBillingPolicyInput
Property | Modifiers | Type | Description |
---|---|---|---|
fixed? | InputMaybe<SellingPlanFixedBillingPolicyInput> | (Optional) The fixed billing policy details. | |
recurring? | InputMaybe<SellingPlanRecurringBillingPolicyInput> | (Optional) The recurring billing policy details. |