RegistrationYearlyPrice

data class RegistrationYearlyPrice(val currencyCode: String? = null, val units: String? = null)

Constructors

Link copied to clipboard
constructor(currencyCode: String? = null, units: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val currencyCode: String? = null

The three-letter currency code defined in ISO 4217.

Link copied to clipboard
val units: String? = null

The whole units of the amount. For example if currencyCode is "USD", then 1 unit is one US dollar.