IBillingProfile.GetAsync Method

Definition

Asynchronously retrieves a partner's billing profile.

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

Returns

The billing profile.

Implements

Applies to