Interface IInvoiceLineItemCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<InvoiceLineItem,ResourceCollection<InvoiceLineItem>>,IEntityCollectionRetrievalOperations<InvoiceLineItem,ResourceCollection<InvoiceLineItem>>,IPagedEntityCollectionRetrievalOperations<InvoiceLineItem,ResourceCollection<InvoiceLineItem>>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
InvoiceLineItemCollectionOperations
public interface IInvoiceLineItemCollection extends IPartnerComponentString, IEntityCollectionRetrievalOperations<InvoiceLineItem,ResourceCollection<InvoiceLineItem>>
-
Method Summary
Modifier and Type Method Description ResourceCollection<InvoiceLineItem>get()Retrieves invoice line items for a specific billing provider and invoice line item typeResourceCollection<InvoiceLineItem>get(int size, int offset)Retrieves a subset of invoice line items for a specific billing provider and invoice line item typeMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
Retrieves invoice line items for a specific billing provider and invoice line item type- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<InvoiceLineItem,ResourceCollection<InvoiceLineItem>>- Returns:
- The collection of invoice line items.
-
get
Retrieves a subset of invoice line items for a specific billing provider and invoice line item type- Specified by:
getin interfaceIPagedEntityCollectionRetrievalOperations<InvoiceLineItem,ResourceCollection<InvoiceLineItem>>- Parameters:
size- The maximum number of invoice line items to return.offset- The page offset.- Returns:
- The subset of invoice line items.
-