Uses of Class
com.mypurecloud.sdk.v2.model.BillingPlan
Packages that use BillingPlan
-
Uses of BillingPlan in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BillingPlanModifier and TypeMethodDescriptionBillingPlan.items(List<BillingPlanItem> items) List of items for the plan.BillingPlan.organizations(List<NamedEntity> organizations) List of organizations for the plan.BillingPlan.product(BillingProduct product) Represents the details of a product.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BillingPlanMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BillingPlanModifier and TypeMethodDescriptionBillingContract.plans(List<BillingPlan> plans) The collection of prices for the related organizations.voidBillingContract.setPlans(List<BillingPlan> plans)