# SellingPlanFixedBillingPolicy - admin-graphql - OBJECT Version: 2024-10 ## Description The fixed selling plan billing policy defines how much of the price of the product will be billed to customer at checkout. If there is an outstanding balance, it determines when it will be paid. ### Access Scopes `read_products` access scope. ## Fields * [checkoutCharge](/docs/api/admin-graphql/2024-10/objects/SellingPlanCheckoutCharge): SellingPlanCheckoutCharge! - The checkout charge when the full amount isn't charged at checkout. * [remainingBalanceChargeExactTime](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The exact time when to capture the full payment. * [remainingBalanceChargeTimeAfterCheckout](/docs/api/admin-graphql/2024-10/scalars/String): String - The period after remaining_balance_charge_trigger, before capturing the full payment. Expressed as an ISO8601 duration. * [remainingBalanceChargeTrigger](/docs/api/admin-graphql/2024-10/enums/SellingPlanRemainingBalanceChargeTrigger): SellingPlanRemainingBalanceChargeTrigger! - When to capture payment for amount due. ## Connections ## Related queries ## Related mutations ## Related Unions * [SellingPlanBillingPolicy](/docs/api/admin-graphql/2024-10/unions/SellingPlanBillingPolicy) Represents the billing frequency associated to the selling plan (for example, bill every week, or bill every three months). The selling plan billing policy and associated records (selling plan groups, selling plans, pricing policies, and delivery policy) are deleted 48 hours after a merchant uninstalls their subscriptions app. We recommend backing up these records if you need to restore them later. ## Examples