Uses of Class
com.mypurecloud.sdk.v2.model.BillingPlanItem
Packages that use BillingPlanItem
-
Uses of BillingPlanItem in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BillingPlanItemModifier and TypeMethodDescriptionBillingPlanItem.currencyIsoCode(String currencyIsoCode) Contains the ISO code for any currency allowed by the organization.BillingPlanItem.dateChargedThrough(LocalDate dateChargedThrough) The date through which a customer has been billed for the charge.BillingPlanItem.dateEffectiveEnd(LocalDate dateEffectiveEnd) The date when the Address became effective.BillingPlanItem.dateEffectiveStart(LocalDate dateEffectiveStart) The date when the Address became effective.BillingPlanItem.description(String description) Detailed description of the item.BillingPlanItem.discountAmount(BigDecimal discountAmount) The amount of the discount.Function of the item.BillingPlanItem.itemNumber(String itemNumber) Item number.Name of the item.BillingPlanItem.overagePrice(BigDecimal overagePrice) The price for units over the allowed amount.BillingPlanItem.price(BigDecimal price) The price associated with the item expressed as a decimal.The quantity of units.Type of the item.BillingPlanItem.unitOfMeasure(BillingPlanItem.UnitOfMeasureEnum unitOfMeasure) The unit of measure for the wallet.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BillingPlanItemMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BillingPlanItemModifier and TypeMethodDescriptionBillingPlan.items(List<BillingPlanItem> items) List of items for the plan.voidBillingPlan.setItems(List<BillingPlanItem> items)