# SellingPlanRecurringBillingPolicy - admin-graphql - OBJECT Version: 2024-10 ## Description Represents a recurring selling plan billing policy. ### Access Scopes `read_products` access scope. ## Fields * [anchors](/docs/api/admin-graphql/2024-10/objects/SellingPlanAnchor): SellingPlanAnchor! - Specific anchor dates upon which the billing interval calculations should be made. * [createdAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the selling plan billing policy was created. * [interval](/docs/api/admin-graphql/2024-10/enums/SellingPlanInterval): SellingPlanInterval! - The billing frequency, it can be either: day, week, month or year. * [intervalCount](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The number of intervals between billings. * [maxCycles](/docs/api/admin-graphql/2024-10/scalars/Int): Int - Maximum number of billing iterations. * [minCycles](/docs/api/admin-graphql/2024-10/scalars/Int): Int - Minimum number of billing iterations. ## 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