Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and Description |
---|---|
static PricingCurrencyEnum |
PricingCurrencyEnum.create(String key) |
PricingCurrencyEnum |
PricingModel.getCurrency()
The currency of the pricing model.
|
PricingCurrencyEnum |
InternationalMarketPrice.getCurrencyCode()
The currency of the pricing model.
|
static PricingCurrencyEnum |
PricingCurrencyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PricingCurrencyEnum[] |
PricingCurrencyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PricingModel.Builder |
PricingModel.Builder.currency(PricingCurrencyEnum currency)
The currency of the pricing model.
|
InternationalMarketPrice.Builder |
InternationalMarketPrice.Builder.currencyCode(PricingCurrencyEnum currencyCode)
The currency of the pricing model.
|
Constructor and Description |
---|
InternationalMarketPrice(PricingCurrencyEnum currencyCode,
String currencySymbol,
Double rate)
Deprecated.
|
PricingModel(PricingTypeEnum type,
PricingStrategyEnum payGoStrategy,
PricingCurrencyEnum currency,
BigDecimal rate,
InternationalMarketPrice internationalMarketPrice)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.