Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher.model |
Modifier and Type | Method and Description |
---|---|
static Pricing.BillingCycle |
Pricing.BillingCycle.create(String key) |
Pricing.BillingCycle |
Pricing.getBillingCycle()
The frequency at which the customer is billed for the Offer
|
static Pricing.BillingCycle |
Pricing.BillingCycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pricing.BillingCycle[] |
Pricing.BillingCycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Pricing.Builder |
Pricing.Builder.billingCycle(Pricing.BillingCycle billingCycle)
The frequency at which the customer is billed for the Offer
|
Constructor and Description |
---|
Pricing(String currencyType,
Long totalAmount,
Pricing.BillingCycle billingCycle)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.