EntitlementValue

The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.

Types

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

Properties

Link copied to clipboard

The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type. Otherwise, the field will not be set.

Link copied to clipboard

The DoubleValue field will be populated with a double value when the entitlement is a double type. Otherwise, the field will not be set.

Link copied to clipboard

The IntegerValue field will be populated with an integer value when the entitlement is an integer type. Otherwise, the field will not be set.

Link copied to clipboard

The StringValue field will be populated with a string value when the entitlement is a string type. Otherwise, the field will not be set.

Functions

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