Interface PriceWithCurrency.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PriceWithCurrency.Builder,PriceWithCurrency>, SdkBuilder<PriceWithCurrency.Builder,PriceWithCurrency>, SdkPojo
Enclosing class:
PriceWithCurrency

public static interface PriceWithCurrency.Builder extends SdkPojo, CopyableBuilder<PriceWithCurrency.Builder,PriceWithCurrency>
  • Method Details

    • price

      The price of a domain, in a specific currency.

      Parameters:
      price - The price of a domain, in a specific currency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currency

      PriceWithCurrency.Builder currency(String currency)

      The currency specifier.

      Parameters:
      currency - The currency specifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.