RegistrationYearlyPriceArgs

data class RegistrationYearlyPriceArgs(val currencyCode: Output<String>? = null, val units: Output<String>? = null) : ConvertibleToJava<RegistrationYearlyPriceArgs>

Constructors

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

Properties

Link copied to clipboard
val currencyCode: Output<String>? = null

The three-letter currency code defined in ISO 4217.

Link copied to clipboard
val units: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): RegistrationYearlyPriceArgs