InvoiceLineItem Class

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 BillingProvider getBillingProvider()

Gets the billing provider.

abstract InvoiceLineItemType 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.

Applies to