Dimension

class Dimension

Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card.

Types

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

Properties

Link copied to clipboard

The name of key value of the dimension.

Link copied to clipboard

The number of units of the dimension the acceptor has purchased.

Functions

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