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 InvoicingProductInvoicingProduct.Builder. build()InvoicingProductInvoicelineComputedUsageSummary. getParentProduct()InvoicingProductInvoicelineComputedUsageSummary. getProduct()InvoicingProductInvoiceLineSummary. getProduct()Methods in com.oracle.bmc.onesubscription.model with parameters of type InvoicingProduct Modifier and Type Method Description InvoicingProduct.BuilderInvoicingProduct.Builder. copy(InvoicingProduct model)InvoicelineComputedUsageSummary.BuilderInvoicelineComputedUsageSummary.Builder. parentProduct(InvoicingProduct parentProduct)InvoicelineComputedUsageSummary.BuilderInvoicelineComputedUsageSummary.Builder. product(InvoicingProduct product)InvoiceLineSummary.BuilderInvoiceLineSummary.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.
-