Offering

class Offering

Represents the metadata of a device offering.

Types

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

Properties

Link copied to clipboard

A string that describes the offering.

Link copied to clipboard
val id: String?

The ID that corresponds to a device offering.

Link copied to clipboard

The platform of the device (for example, ANDROID or IOS).

Link copied to clipboard

Specifies whether there are recurring charges for the offering.

Link copied to clipboard

The type of offering (for example, RECURRING) for a device.

Functions

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