AcceptSubscriptionPlanChange
Public idempotent command accepting one quoted change against an expected version.
Declaration
Section titled “Declaration”const AcceptSubscriptionPlanChange: Schema.Struct<{ idempotencyKey: Schema.brand<Schema.String, "IdempotencyKey">; quoteId: Schema.brand<Schema.String, "PlanChangeQuoteId">; expectedVersion: Schema.brand<Schema.Int, "SubscriptionTermsVersion">;}>;