Megosztás a következőn keresztül:


IReconciliationLineItemCollection.GetAsync Method

Definition

Asynchronously retrieves reconciliation line items collection of the partner

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem>> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceLineItem>>
Public Function GetAsync () As Task(Of SeekBasedResourceCollection(Of InvoiceLineItem))

Returns

The collection of reconciliation line items.

Applies to