Skip to content

ScheduleSubscriptionPlanChangeResult

Public result of durably scheduling a next-period change.

const ScheduleSubscriptionPlanChangeResult: Schema.Struct<{
status: Schema.Literal<"scheduled">;
subscriptionId: Schema.brand<Schema.String, "SubscriptionId">;
effectiveAt: Schema.brand<Schema.Int, "EpochMilliseconds">;
termsVersion: Schema.Int;
replayed: Schema.Boolean;
}>;