GetAccountSubscriptionRatePlan

data class GetAccountSubscriptionRatePlan(val currency: String, val externallyManaged: Boolean, val id: String, val isContract: Boolean, val publicName: String, val scope: String, val sets: List<String>)

Constructors

Link copied to clipboard
constructor(currency: String, externallyManaged: Boolean, id: String, isContract: Boolean, publicName: String, scope: String, sets: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The currency applied to the rate plan subscription.

Link copied to clipboard

Whether this rate plan is managed externally from Cloudflare.

Link copied to clipboard
val id: String

The ID of the rate plan. Available values: "free", "lite", "pro", "proplus", "business", "enterprise", "partnersfree", "partnerspro", "partnersbusiness", "partners_enterprise".

Link copied to clipboard

Whether a rate plan is enterprise-based (or newly adopted term contract).

Link copied to clipboard

The full name of the rate plan.

Link copied to clipboard

The scope that this rate plan applies to.

Link copied to clipboard

The list of sets this rate plan applies to.