言語

IBillingProfile.GetAsync メソッド

定義

非同期でパートナーの請求プロファイルを取得します。

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)

返品

請求プロファイルです。

実装

適用対象