# SellingPlanFixedBillingPolicyInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields required to create or update a fixed billing policy. ### Access Scopes ## Fields * [checkoutCharge](/docs/api/admin-graphql/2024-10/input-objects/SellingPlanCheckoutChargeInput): SellingPlanCheckoutChargeInput - The checkout charge policy for the selling plan. * [remainingBalanceChargeExactTime](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time to capture the full payment. * [remainingBalanceChargeTimeAfterCheckout](/docs/api/admin-graphql/2024-10/scalars/String): String - The period after capturing the payment for the amount due (`remainingBalanceChargeTrigger`), and before capturing the full payment. Expressed as an ISO8601 duration. * [remainingBalanceChargeTrigger](/docs/api/admin-graphql/2024-10/enums/SellingPlanRemainingBalanceChargeTrigger): SellingPlanRemainingBalanceChargeTrigger - When to capture the payment for the amount due. ## Input objects with this input object * [SellingPlanBillingPolicyInput](/docs/api/admin-graphql/2024-10/input-objects/SellingPlanBillingPolicyInput) ## Examples