Interface ClouddomainsRegistrationYearlyPrice

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ClouddomainsRegistrationYearlyPrice.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.197Z")
    @Stability(Stable)
    public interface ClouddomainsRegistrationYearlyPrice
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getCurrencyCode

        @Stability(Stable)
        @Nullable
        default String getCurrencyCode()
        The three-letter currency code defined in ISO 4217.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#currency_code ClouddomainsRegistration#currency_code}

      • getUnits

        @Stability(Stable)
        @Nullable
        default String getUnits()
        The whole units of the amount. For example if currencyCode is "USD", then 1 unit is one US dollar.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#units ClouddomainsRegistration#units}