InvoiceLineItem Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. invoices. InvoiceLineItem
- com.
- com.
public abstract class InvoiceLineItem extends ResourceBase
Represents a line item on an invoice.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| InvoiceLineItem() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Billing |
getBillingProvider()
Gets the billing provider. |
|
abstract
Invoice |
getInvoiceLineItemType()
Gets the type of invoice line item. |
Inherited Members
ResourceBase.getAttributes()
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructor Details
InvoiceLineItem
public InvoiceLineItem()
Method Details
getBillingProvider
public abstract BillingProvider getBillingProvider()
Gets the billing provider.
Returns:
The billing provider.
getInvoiceLineItemType
public abstract InvoiceLineItemType getInvoiceLineItemType()
Gets the type of invoice line item.
Returns:
The type of invoice line item.