Uses of Class
com.oracle.bmc.self.model.BillingDetails
-
Packages that use BillingDetails Package Description com.oracle.bmc.self.model -
-
Uses of BillingDetails in com.oracle.bmc.self.model
Methods in com.oracle.bmc.self.model that return BillingDetails Modifier and Type Method Description BillingDetailsBillingDetails.Builder. build()Methods in com.oracle.bmc.self.model that return types with arguments of type BillingDetails Modifier and Type Method Description List<BillingDetails>SubscriptionDetails. getBillingDetails()Billing details associated with the subscription plan and its usage dimensions.Methods in com.oracle.bmc.self.model with parameters of type BillingDetails Modifier and Type Method Description BillingDetails.BuilderBillingDetails.Builder. copy(BillingDetails model)Method parameters in com.oracle.bmc.self.model with type arguments of type BillingDetails Modifier and Type Method Description SubscriptionDetails.BuilderSubscriptionDetails.Builder. billingDetails(List<BillingDetails> billingDetails)Billing details associated with the subscription plan and its usage dimensions.Constructor parameters in com.oracle.bmc.self.model with type arguments of type BillingDetails Constructor Description SubscriptionDetails(PricingPlan pricingPlan, String partnerRegistrationUrl, String currency, Float amount, List<BillingDetails> billingDetails, Boolean isAutoRenew)Deprecated.
-