PricingPlan

A pricing plan for Enterprise Support billing.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the pricing plan.

Link copied to clipboard

Whether the discount applies to the minimum Support charge.

Link copied to clipboard

The end date of the pricing plan.

Link copied to clipboard

The minimum Support charge amount for this pricing plan.

Link copied to clipboard
val name: String?

The name of the pricing plan.

Link copied to clipboard

The discount percentage applied by this pricing plan.

Link copied to clipboard

The unique identifier for the pricing plan.

Link copied to clipboard

The start date of the pricing plan.

Link copied to clipboard

Whether the pricing plan uses tiered pricing.

Link copied to clipboard

The pricing tiers within this plan.

Functions

Link copied to clipboard
inline fun copy(block: PricingPlan.Builder.() -> Unit = {}): PricingPlan
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String