--- title: SellingPlanRecurringBillingPolicy - Storefront API description: The recurring billing policy for the selling plan. api_version: 2025-01 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2025-01/objects/SellingPlanRecurringBillingPolicy md: >- https://shopify.dev/docs/api/storefront/2025-01/objects/SellingPlanRecurringBillingPolicy.md --- # Selling​Plan​Recurring​Billing​Policy object The recurring billing policy for the selling plan. ## Fields * interval [Selling​Plan​Interval!](https://shopify.dev/docs/api/storefront/2025-01/enums/SellingPlanInterval) non-null The billing frequency, it can be either: day, week, month or year. * interval​Count [Int!](https://shopify.dev/docs/api/storefront/2025-01/scalars/Int) non-null The number of intervals between billings. *** ## Map ### Possible type in * [Selling​Plan​Billing​Policy](https://shopify.dev/docs/api/storefront/2025-01/unions/SellingPlanBillingPolicy)