Uses of Class
com.mypurecloud.sdk.v2.model.BillingProduct
Packages that use BillingProduct
-
Uses of BillingProduct in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BillingProductModifier and TypeMethodDescriptionBillingCharge.getProduct()BillingInvoiceItem.getProduct()BillingPlan.getProduct()BillingWallet.getProduct()The name of the product.The product associated with the fund.BillingProduct.unitOfMeasure(BillingProduct.UnitOfMeasureEnum unitOfMeasure) The unit of measure for the product.Methods in com.mypurecloud.sdk.v2.model with parameters of type BillingProductModifier and TypeMethodDescriptionBillingCharge.product(BillingProduct product) Represents the details of a product.BillingInvoiceItem.product(BillingProduct product) Represents the details of a product.BillingPlan.product(BillingProduct product) Represents the details of a product.BillingWallet.product(BillingProduct product) Represents the details of a product.voidBillingCharge.setProduct(BillingProduct product) voidBillingInvoiceItem.setProduct(BillingProduct product) voidBillingPlan.setProduct(BillingProduct product) voidBillingWallet.setProduct(BillingProduct product)