Interface PriceWithCurrency.Builder

  • 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.