Uses of Class
com.oracle.bmc.onesubscription.model.InvoicingProduct
-
Packages that use InvoicingProduct Package Description com.oracle.bmc.onesubscription.model -
-
Uses of InvoicingProduct in com.oracle.bmc.onesubscription.model
Methods in com.oracle.bmc.onesubscription.model that return InvoicingProduct Modifier and Type Method Description InvoicingProduct
InvoicingProduct.Builder. build()
InvoicingProduct
InvoicelineComputedUsageSummary. getParentProduct()
InvoicingProduct
InvoicelineComputedUsageSummary. getProduct()
InvoicingProduct
InvoiceLineSummary. getProduct()
Methods in com.oracle.bmc.onesubscription.model with parameters of type InvoicingProduct Modifier and Type Method Description InvoicingProduct.Builder
InvoicingProduct.Builder. copy(InvoicingProduct model)
InvoicelineComputedUsageSummary.Builder
InvoicelineComputedUsageSummary.Builder. parentProduct(InvoicingProduct parentProduct)
InvoicelineComputedUsageSummary.Builder
InvoicelineComputedUsageSummary.Builder. product(InvoicingProduct product)
InvoiceLineSummary.Builder
InvoiceLineSummary.Builder. product(InvoicingProduct product)
Constructors in com.oracle.bmc.onesubscription.model with parameters of type InvoicingProduct Constructor Description InvoicelineComputedUsageSummary(InvoicingProduct parentProduct, InvoicingProduct product, Double quantity, Double netUnitPrice, Date timeMeteredOn, InvoicelineComputedUsageSummary.Type type, Double cost, Double costRounded)
Deprecated.InvoiceLineSummary(String id, InvoicingProduct product, String arInvoiceNumber, String dataCenter, Date timeStart, Date timeEnd)
Deprecated.
-