Skip to content

AcceptSubscriptionPlanChange

Public idempotent command accepting one quoted change against an expected version.

const AcceptSubscriptionPlanChange: Schema.Struct<{
idempotencyKey: Schema.brand<Schema.String, "IdempotencyKey">;
quoteId: Schema.brand<Schema.String, "PlanChangeQuoteId">;
expectedVersion: Schema.brand<Schema.Int, "SubscriptionTermsVersion">;
}>;