IBillingProfile.Update(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.
Updates the partner's billing profile.
public Microsoft.Store.PartnerCenter.Models.Partners.BillingProfile Update (Microsoft.Store.PartnerCenter.Models.Partners.BillingProfile billingProfile);
abstract member Update : Microsoft.Store.PartnerCenter.Models.Partners.BillingProfile -> Microsoft.Store.PartnerCenter.Models.Partners.BillingProfile
Public Function Update (billingProfile As BillingProfile) As BillingProfile
Parameters
- billingProfile
- BillingProfile
The billing profile information.
Returns
The updated billing profile.