Partager via


IReconciliationLineItemCollection Interface

Definition

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

public interface IReconciliationLineItemCollection : Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IReconciliationLineItemCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
Public Interface IReconciliationLineItemCollection
Implements IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

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

Get()

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

GetAsync()

Asynchronously retrieves reconciliation line items collection of the partner

Seek(String, SeekOperation)

Seeks pages of reconciliation line items collection of the partner

SeekAsync(String, SeekOperation)

Asynchronously seeks pages of reconciliation line items collection of the partner

Applies to