Class InvoiceLineItem
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.invoices.InvoiceLineItem
- Direct Known Subclasses:
BaseUsageBasedLineItem,DailyRatedUsageLineItem,LicenseBasedLineItem,OneTimeInvoiceLineItem
public abstract class InvoiceLineItem extends ResourceBase
Represents a line item on an invoice.
-
Constructor Summary
Constructors Constructor Description InvoiceLineItem() -
Method Summary
Modifier and Type Method Description abstract BillingProvidergetBillingProvider()Gets the billing provider.abstract InvoiceLineItemTypegetInvoiceLineItemType()Gets the type of invoice line item.
-
Constructor Details
-
InvoiceLineItem
public InvoiceLineItem()
-
-
Method Details
-
getInvoiceLineItemType
Gets the type of invoice line item.- Returns:
- The type of invoice line item.
-
getBillingProvider
Gets the billing provider.- Returns:
- The billing provider.
-