Package com.mypurecloud.sdk.v2.model
Class BillingPlan
java.lang.Object
com.mypurecloud.sdk.v2.model.BillingPlan
- All Implemented Interfaces:
Serializable
BillingPlan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getItems()getName()inthashCode()items(List<BillingPlanItem> items) List of items for the plan.organizations(List<NamedEntity> organizations) List of organizations for the plan.product(BillingProduct product) Represents the details of a product.voidsetItems(List<BillingPlanItem> items) voidsetOrganizations(List<NamedEntity> organizations) voidsetProduct(BillingProduct product) toString()
-
Constructor Details
-
BillingPlan
public BillingPlan() -
BillingPlan
-
-
Method Details
-
getId
-
getName
-
organizations
List of organizations for the plan. -
getOrganizations
-
setOrganizations
-
product
Represents the details of a product. -
getProduct
-
setProduct
-
items
List of items for the plan. -
getItems
-
setItems
-
equals
-
hashCode
public int hashCode() -
toString
-