MonetaryAmount

A number that represents the monetary amount for an offering or transaction.

Types

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

Properties

Link copied to clipboard

The numerical amount of an offering or transaction.

Link copied to clipboard

The currency code of a monetary amount. For example, USD means U.S. dollars.

Functions

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