Uses of Class
com.oracle.bmc.self.model.BillingFrequency
-
Packages that use BillingFrequency Package Description com.oracle.bmc.self.model -
-
Uses of BillingFrequency in com.oracle.bmc.self.model
Methods in com.oracle.bmc.self.model that return BillingFrequency Modifier and Type Method Description static BillingFrequencyBillingFrequency. create(String key)BillingFrequencyPricingPlan. getBillingFrequency()Specifies the interval at which billing occurs for the subscription plan or usage dimension.BillingFrequencyCreateSubscriptionUsageRecordDetails. getContractDuration()The contract duration associated with this usage record.BillingFrequencyUsageDimension. getDimensionBillingFrequency()Specifies the interval at which the usage dimension is billed.static BillingFrequencyBillingFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static BillingFrequency[]BillingFrequency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.self.model with parameters of type BillingFrequency Modifier and Type Method Description PricingPlan.BuilderPricingPlan.Builder. billingFrequency(BillingFrequency billingFrequency)Specifies the interval at which billing occurs for the subscription plan or usage dimension.CreateSubscriptionUsageRecordDetails.BuilderCreateSubscriptionUsageRecordDetails.Builder. contractDuration(BillingFrequency contractDuration)The contract duration associated with this usage record.UsageDimension.BuilderUsageDimension.Builder. dimensionBillingFrequency(BillingFrequency dimensionBillingFrequency)Specifies the interval at which the usage dimension is billed.Constructors in com.oracle.bmc.self.model with parameters of type BillingFrequency Constructor Description CreateSubscriptionUsageRecordDetails(String id, String marketplaceOfferId, CreateSubscriptionUsageRecordDetails.BillingType billingType, String usageDimensionName, Double consumedQuantity, Double amount, String currencyCode, String billingPeriod, String customerTenancyId, String billingIdentifier, String unitOfMeasure, Double unitPrice, String productSku, BillingFrequency contractDuration, List<ExtendedMetadata> additionalMetadata, String usageRecordId, Date timeUsageStarted, Date timeUsageEnded)Deprecated.PricingPlan(PricingPlan.PlanType planType, String planName, String planDescription, BillingFrequency billingFrequency, PricingPlan.PlanDuration planDuration, List<PricingRate> rates, List<UsageDimension> dimensions)Deprecated.UsageDimension(String dimensionName, String dimensionKey, String dimensionDescription, MetricType metricType, BillingFrequency dimensionBillingFrequency, Float includedQuantity, List<PricingRate> rates)Deprecated.
-