PricingModel

A pricing model that determines how buyers are charged for a listing, such as usage-based, contract, BYOL, or free.

Types

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

Properties

Link copied to clipboard

The human-readable name of the pricing model.

Link copied to clipboard

The machine-readable type of the pricing model.

Functions

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