# SellingPlanBillingPolicy - admin-graphql - UNION Version: 2024-10 ## Description 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. ### Access Scopes `read_products` access scope. ## Possible types * [SellingPlanFixedBillingPolicy](/docs/api/admin-graphql/2024-10/objects/SellingPlanFixedBillingPolicy) * [SellingPlanRecurringBillingPolicy](/docs/api/admin-graphql/2024-10/objects/SellingPlanRecurringBillingPolicy) ## Fields with this union * [SellingPlan.billingPolicy](/docs/api/admin-graphql/2024-10/objects/SellingPlan) ## Examples