public static class InvoicingProduct.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InvoicingProduct.Builder |
billingCategory(String billingCategory)
Metered service billing category
|
InvoicingProduct |
build() |
InvoicingProduct.Builder |
copy(InvoicingProduct model) |
InvoicingProduct.Builder |
name(String name)
Product name
|
InvoicingProduct.Builder |
partNumber(String partNumber)
Product part number
|
InvoicingProduct.Builder |
productCategory(String productCategory)
Product category
|
InvoicingProduct.Builder |
ucmRateCardPartType(String ucmRateCardPartType)
Rate card part type of Product
|
InvoicingProduct.Builder |
unitOfMeasure(String unitOfMeasure)
Unit of Measure
|
public InvoicingProduct.Builder partNumber(String partNumber)
Product part number
partNumber
- the value to setpublic InvoicingProduct.Builder name(String name)
Product name
name
- the value to setpublic InvoicingProduct.Builder unitOfMeasure(String unitOfMeasure)
Unit of Measure
unitOfMeasure
- the value to setpublic InvoicingProduct.Builder billingCategory(String billingCategory)
Metered service billing category
billingCategory
- the value to setpublic InvoicingProduct.Builder productCategory(String productCategory)
Product category
productCategory
- the value to setpublic InvoicingProduct.Builder ucmRateCardPartType(String ucmRateCardPartType)
Rate card part type of Product
ucmRateCardPartType
- the value to setpublic InvoicingProduct build()
public InvoicingProduct.Builder copy(InvoicingProduct model)
Copyright © 2016–2024. All rights reserved.