GrantItem

class GrantItem

An entitlement granted to the buyer as part of a pricing term.

Types

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

Properties

Link copied to clipboard

A description of the entitlement.

Link copied to clipboard

The machine-readable key identifying the entitlement dimension.

Link copied to clipboard

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

Link copied to clipboard

The human-readable name of the entitlement dimension.

Link copied to clipboard

The maximum quantity of the entitlement that can be granted.

Link copied to clipboard

The unit of measurement for the entitlement.

Functions

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