SellingPlanRecurringBillingPolicyInput input object
Specifies the input fields required to create or update a recurring billing policy.
Input fields
- anchors (
[[SellingPlanAnchorInput!]](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplananchorinput))
Specific anchor dates upon which the billing interval calculations should be made. - interval (
[SellingPlanInterval](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/sellingplaninterval))
The billing frequency, it can be either: day, week, month or year. - intervalCount (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
The number of intervals between billings. - maxCycles (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
Maximum number of billing iterations. - minCycles (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
Minimum number of billing iterations. 
