public static interface PriceWithCurrency.Builder extends SdkPojo, CopyableBuilder<PriceWithCurrency.Builder,PriceWithCurrency>
| Modifier and Type | Method and Description |
|---|---|
PriceWithCurrency.Builder |
currency(String currency)
The currency specifier.
|
PriceWithCurrency.Builder |
price(Double price)
The price of a domain, in a specific currency.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPriceWithCurrency.Builder price(Double price)
The price of a domain, in a specific currency.
price - The price of a domain, in a specific currency.PriceWithCurrency.Builder currency(String currency)
The currency specifier.
currency - The currency specifier.Copyright © 2023. All rights reserved.