SubscriptionBillingPolicyInput input object

Specifies the input fields for a Subscription 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)) REQUIRED
    The kind of interval that is associated with this schedule (e.g. Monthly, Weekly, etc).
  • intervalCount ([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)) REQUIRED
    The number of billing intervals between invoices.
  • maxCycles ([Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
    Maximum amount of cycles required in the subscription.
  • minCycles ([Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
    Minimum amount of cycles required in the subscription.