RatePlanState

enum RatePlanState : Enum<RatePlanState> , ConvertibleToJava<RatePlanState>

Current state of the rate plan (draft or published).

Entries

Link copied to clipboard

State of the rate plan is not specified.

Link copied to clipboard

Rate plan is in draft mode and only visible to API providers.

Link copied to clipboard

Rate plan is published and will become visible to developers for the configured duration (between startTime and endTime).

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): RatePlanState
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: RatePlanState
Link copied to clipboard
Link copied to clipboard