次の方法で共有


IBillingProfile.UpdateAsync(BillingProfile) Method

Definition

Asynchronously updates the partner's billing profile.

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

Parameters

billingProfile
BillingProfile

The billing profile information.

Returns

The updated billing profile.

Implements

Applies to