Package | Description |
---|---|
com.oracle.bmc.tenantmanagercontrolplane.model |
Modifier and Type | Method and Description |
---|---|
static BillingModel |
BillingModel.create(String key) |
BillingModel |
AssignedSubscriptionLineItemSummary.getBillingModel()
Billing model supported by the associated line item.
|
BillingModel |
SubscriptionLineItemSummary.getBillingModel()
Billing model supported by the associated line item.
|
static BillingModel |
BillingModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BillingModel[] |
BillingModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AssignedSubscriptionLineItemSummary.Builder |
AssignedSubscriptionLineItemSummary.Builder.billingModel(BillingModel billingModel)
Billing model supported by the associated line item.
|
SubscriptionLineItemSummary.Builder |
SubscriptionLineItemSummary.Builder.billingModel(BillingModel billingModel)
Billing model supported by the associated line item.
|
Constructor and Description |
---|
AssignedSubscriptionLineItemSummary(String id,
String productCode,
Float quantity,
BillingModel billingModel,
Date timeStarted,
Date timeEnded)
Deprecated.
|
SubscriptionLineItemSummary(String id,
String productCode,
Float quantity,
BillingModel billingModel,
Date timeStarted,
Date timeEnded)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.