Status

sealed class Status

The status of a flat-rate pricing subscription.

Possible values:

  • PENDING_APPROVAL — The subscription was created with manual approval and is waiting for an ApprovePaidSubscription call.

  • ACTIVE — The subscription is active and resources are covered by flat-rate pricing.

  • SYNC_IN_PROGRESS — A change is being applied to the subscription. Wait for the operation to complete before making additional changes.

  • FAILED — The subscription encountered an error. Check the statusReason field for details.

Inheritors

Types

Link copied to clipboard
object Active : Status
Link copied to clipboard
object Companion
Link copied to clipboard
object Failed : Status
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : Status
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String