SubscriptionPlanChangeAcceptanceError
Public quote rejection requiring a fresh quote or retry against current state.
Declaration
Section titled “Declaration”const SubscriptionPlanChangeAcceptanceError: Schema.Struct<{ code: Schema.Literal<"subscription_plan_change_rejected">; reason: Schema.Literals<readonly ["invalid_input", "quote_mismatch", "quote_expired", "version_conflict"]>;}>;