yearlyPrice

@JvmName(name = "pjviechbonasufpy")
suspend fun yearlyPrice(value: Output<RegistrationYearlyPriceArgs>)
@JvmName(name = "tdpnhhlyiijnxeqb")
suspend fun yearlyPrice(value: RegistrationYearlyPriceArgs?)

Parameters

value

Required. Yearly price to register or renew the domain. The value that should be put here can be obtained from registrations.retrieveRegisterParameters or registrations.searchDomains calls. Structure is documented below.


@JvmName(name = "rsdpaiemakjdnnry")
suspend fun yearlyPrice(argument: suspend RegistrationYearlyPriceArgsBuilder.() -> Unit)

Parameters

argument

Required. Yearly price to register or renew the domain. The value that should be put here can be obtained from registrations.retrieveRegisterParameters or registrations.searchDomains calls. Structure is documented below.