IServiceCostLineItemsCollection.GetAsync Method

Definition

Asynchronously retrieves a customer's service cost line items.

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

Returns

The service cost line items.

Implements

Applies to