> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/update-subscribed-plan-input.md).

# UpdateSubscribedPlanInput

### Fields

#### clientMutationId ([String](/graphql-api/api-reference/objects/string.md))

A unique identifier for the client performing the mutation.

#### id ([ID](/graphql-api/api-reference/objects/id.md))

The ID of the SubscribedPlan to update.

#### subscriptionId ([ID](/graphql-api/api-reference/objects/id.md))

The ID of the subscription to update the subscribed plan for.

#### nextBillingDate ([ISO8601Date](/graphql-api/api-reference/objects/iso-8601-date.md))

The new date at which the next billing cycle will occur.

#### planId ([ID](/graphql-api/api-reference/objects/id.md))

The new plan associated the subscription should change to.

#### billingCycleIntervalUnit ([BillingCycleIntervalUnit](/graphql-api/api-reference/objects/billing-cycle-interval-unit.md))

The unit of the interval the billing cycle runs

#### billingCycleInterval ([Int](/graphql-api/api-reference/objects/int.md))

The interval at which the billing cycle runs according to the unit set in billingCycleIntervalUnit.

#### customRecurringAmountCents ([Int](/graphql-api/api-reference/objects/int.md))

A custom recurring amount different from the default plan price.

#### customInitialAmountCents ([Int](/graphql-api/api-reference/objects/int.md))

A custom initial amount different from the default plan initial amount

#### trialPeriodUnit ([CommitmentUnit](/graphql-api/api-reference/objects/commitment-unit.md))

The interval defining trial period length according to the unit set in trialPeriodIntervalUnit.

#### trialPeriodPeriod ([Int](/graphql-api/api-reference/objects/int.md))

The unit of the interval defining the trial period length set in trialPeriodInterval

#### maximumCommitmentUnit ([MaximumCommitmentUnit](/graphql-api/api-reference/objects/maximum-commitment-unit.md))

The unit of the interval for maximum commitment terms

#### maximumCommitmentPeriod ([Int](/graphql-api/api-reference/objects/int.md))

The period interval for maximum commitment terms

#### maximumCommitmentEndsAt ([ISO8601Date](/graphql-api/api-reference/objects/iso-8601-date.md))

The date at which the maximum commitment ends

#### minimumCommitmentUnit ([CommitmentUnit](/graphql-api/api-reference/objects/commitment-unit.md))

The unit of the interval for minimum commitment terms

#### minimumCommitmentPeriod ([Int](/graphql-api/api-reference/objects/int.md))

The period interval for minimum commitment terms

#### minimumCommitmentEndsAt ([ISO8601Date](/graphql-api/api-reference/objects/iso-8601-date.md))

The date at which the minimum commitment ends

#### graceCancellationEndsAt ([ISO8601Date](/graphql-api/api-reference/objects/iso-8601-date.md))

The date at which the grace cancellation period ends
