Jezik

IInvoiceLineItemCollection Interface

Definition

Represents the operations that can be done on partner's invoice line items.

public interface IInvoiceLineItemCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem>>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem>>, Microsoft.Store.PartnerCenter.IPagedEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem>>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IInvoiceLineItemCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntityCollectionRetrievalOperations<InvoiceLineItem, ResourceCollection<InvoiceLineItem>>
    interface IEntireEntityCollectionRetrievalOperations<InvoiceLineItem, ResourceCollection<InvoiceLineItem>>
    interface IPagedEntityCollectionRetrievalOperations<InvoiceLineItem, ResourceCollection<InvoiceLineItem>>
Public Interface IInvoiceLineItemCollection
Implements IEntireEntityCollectionRetrievalOperations(Of InvoiceLineItem, ResourceCollection(Of InvoiceLineItem)), IEntityCollectionRetrievalOperations(Of InvoiceLineItem, ResourceCollection(Of InvoiceLineItem)), IPagedEntityCollectionRetrievalOperations(Of InvoiceLineItem, ResourceCollection(Of InvoiceLineItem)), IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Name Description
Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Name Description
Get()

Retrieves invoice line items for a specific billing provider and invoice line item type

Get(Int32, Int32)

Retrieves a subset of invoice line items for a specific billing provider and invoice line item type

GetAsync()

Asynchronously retrieves invoice line items for a specific billing provider and invoice line item type

GetAsync(Int32, Int32)

Asynchronously retrieves a subset of invoice line items for a specific billing provider and invoice line item type

Applies to