public static class InternationalMarketPrice.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InternationalMarketPrice |
build() |
InternationalMarketPrice.Builder |
copy(InternationalMarketPrice model) |
InternationalMarketPrice.Builder |
currencyCode(PricingCurrencyEnum currencyCode)
The currency of the pricing model.
|
InternationalMarketPrice.Builder |
currencySymbol(String currencySymbol)
The symbol of the currency
|
InternationalMarketPrice.Builder |
rate(Double rate)
The pricing rate.
|
public InternationalMarketPrice.Builder currencyCode(PricingCurrencyEnum currencyCode)
The currency of the pricing model.
currencyCode
- the value to setpublic InternationalMarketPrice.Builder currencySymbol(String currencySymbol)
The symbol of the currency
currencySymbol
- the value to setpublic InternationalMarketPrice.Builder rate(Double rate)
The pricing rate.
rate
- the value to setpublic InternationalMarketPrice build()
public InternationalMarketPrice.Builder copy(InternationalMarketPrice model)
Copyright © 2016–2024. All rights reserved.