ScheduleSubscriptionPlanChangeResult
Public result of durably scheduling a next-period change.
Declaration
Section titled “Declaration”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;}>;