Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanFixedBillingPolicyInput
The input fields required to create or update a fixed billing policy.
Signature:
export interface SellingPlanFixedBillingPolicyInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| checkoutCharge? | InputMaybe<SellingPlanCheckoutChargeInput> | (Optional) The checkout charge policy for the selling plan. | |
| remainingBalanceChargeExactTime? | InputMaybe<Scalars[‘DateTime’][‘input’]> | (Optional) The date and time to capture the full payment. | |
| remainingBalanceChargeTimeAfterCheckout? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The period after capturing the payment for the amount due (remainingBalanceChargeTrigger), and before capturing the full payment. Expressed as an ISO8601 duration. |
|
| remainingBalanceChargeTrigger? | InputMaybe<SellingPlanRemainingBalanceChargeTrigger | `${SellingPlanRemainingBalanceChargeTrigger}`> | (Optional) When to capture the payment for the amount due. |