RateCardItem

A per-unit rate within a rate card, defining the price for a specific dimension.

Types

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

Properties

Link copied to clipboard

A description of the dimension being priced.

Link copied to clipboard

The machine-readable key identifying the dimension being priced.

Link copied to clipboard

Labels used to categorize this dimension, such as by region.

Link copied to clipboard

The human-readable name of the dimension.

Link copied to clipboard

The price per unit for the dimension.

Link copied to clipboard

The unit of measurement for the dimension.

Functions

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