IBillingProfile.UpdateAsync(BillingProfile) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.