AccountLimit

A complex type that contains the type of limit that you specified in the request and the current value for that limit.

Types

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

Properties

Link copied to clipboard

The limit that you requested. Valid values include the following:

Link copied to clipboard
val value: Long

The current value for the limit that is specified by Type.

Functions

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