PricingPlan.Builder |
PricingPlan.Builder.billingFrequency(BillingFrequency billingFrequency) |
Specifies the interval at which billing occurs for the subscription plan or usage
dimension.
|
static PricingPlan.Builder |
PricingPlan.builder() |
Create a new builder.
|
PricingPlan.Builder |
PricingPlan.Builder.copy(PricingPlan model) |
|
PricingPlan.Builder |
PricingPlan.Builder.dimensions(List<UsageDimension> dimensions) |
Metered usage dimensions associated with the pricing plan.
|
PricingPlan.Builder |
PricingPlan.Builder.planDescription(String planDescription) |
A detailed explanation of the subscription plan.
|
PricingPlan.Builder |
PricingPlan.Builder.planDuration(PricingPlan.PlanDuration planDuration) |
Specifies the duration of the subscription plan.
|
PricingPlan.Builder |
PricingPlan.Builder.planName(String planName) |
The name of the subscription plan used to identify the plan.
|
PricingPlan.Builder |
PricingPlan.Builder.planType(PricingPlan.PlanType planType) |
The type of the subscription plan.
|
PricingPlan.Builder |
PricingPlan.Builder.rates(List<PricingRate> rates) |
The pricing details of the subscription plan in various supported currencies.
|
PricingPlan.Builder |
PricingPlan.toBuilder() |
|