Skip to Content
Anuma SDKClientInternalFunctionspostApiV1SubscriptionsCancelScheduledDowngrade

postApiV1SubscriptionsCancelScheduledDowngrade

postApiV1SubscriptionsCancelScheduledDowngrade<ThrowOnError>(options?: Options<PostApiV1SubscriptionsCancelScheduledDowngradeData, ThrowOnError>): RequestResult<PostApiV1SubscriptionsCancelScheduledDowngradeResponses, PostApiV1SubscriptionsCancelScheduledDowngradeErrors, ThrowOnError>

Defined in: src/client/sdk.gen.ts:682 

Cancel scheduled downgrade

Cancels a scheduled plan downgrade by releasing the Stripe Subscription Schedule, keeping the current plan active.

Type Parameters

Type ParameterDefault type

ThrowOnError extends boolean

false

Parameters

ParameterType

options?

Options<PostApiV1SubscriptionsCancelScheduledDowngradeData, ThrowOnError>

Returns

RequestResult<PostApiV1SubscriptionsCancelScheduledDowngradeResponses, PostApiV1SubscriptionsCancelScheduledDowngradeErrors, ThrowOnError>

Last updated on