Skip to content

SubscriptionPlanChangeAcceptanceError

Public quote rejection requiring a fresh quote or retry against current state.

const SubscriptionPlanChangeAcceptanceError: Schema.Struct<{
code: Schema.Literal<"subscription_plan_change_rejected">;
reason: Schema.Literals<readonly ["invalid_input", "quote_mismatch", "quote_expired", "version_conflict"]>;
}>;