ScheduledChangeType

sealed class ScheduledChangeType

The type of pending change on a subscription.

Possible values:

  • DOWNGRADE — The subscription tier is being lowered at the end of the billing period.

  • CANCELLATION — The subscription is being terminated at the end of the billing period.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : ScheduledChangeType

Properties

Link copied to clipboard
abstract val value: String