public static class InvoicelineComputedUsageSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public InvoicelineComputedUsageSummary.Builder parentProduct(InvoicingProduct parentProduct)
public InvoicelineComputedUsageSummary.Builder product(InvoicingProduct product)
public InvoicelineComputedUsageSummary.Builder quantity(Double quantity)
Total Quantity that was used for computation
quantity
- the value to setpublic InvoicelineComputedUsageSummary.Builder netUnitPrice(Double netUnitPrice)
Net Unit Price for the product in consideration, price actual.
netUnitPrice
- the value to setpublic InvoicelineComputedUsageSummary.Builder timeMeteredOn(Date timeMeteredOn)
Metered Service date.
timeMeteredOn
- the value to setpublic InvoicelineComputedUsageSummary.Builder type(InvoicelineComputedUsageSummary.Type type)
Usage compute type in SPM.
type
- the value to setpublic InvoicelineComputedUsageSummary.Builder cost(Double cost)
Sum of Usage/Service Billing Line net Amount
cost
- the value to setpublic InvoicelineComputedUsageSummary.Builder costRounded(Double costRounded)
Computed Line Amount rounded.
costRounded
- the value to setpublic InvoicelineComputedUsageSummary build()
public InvoicelineComputedUsageSummary.Builder copy(InvoicelineComputedUsageSummary model)
Copyright © 2016–2024. All rights reserved.