MonetaryAmount

data class MonetaryAmount(val rawAmount: Double, val currencyCode: String)

Constructors

Link copied to clipboard
constructor(rawAmount: Long, currencyCode: String)
constructor(rawAmount: Double, currencyCode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard