CustomTier

A custom tier for the pricing rule. Each custom tier applies a rate to the usage that falls within the tier's range.

Types

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

Properties

Link copied to clipboard

The inclusive start of the usage range that this tier applies to.

Link copied to clipboard

The exclusive end of the usage range that this tier applies to. If you don't specify a value, this tier applies to all usage that is greater than or equal to BeginRangeInclusive.

Link copied to clipboard

The rate that's applied to the usage that falls within this tier.

Functions

Link copied to clipboard
inline fun copy(block: CustomTier.Builder.() -> Unit = {}): CustomTier
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