ICustomer.Patch(Customer) 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.
Removes Customer Partner relationship when RelationshipToPartner == CustomerPartnerRelationship.None.
public Microsoft.Store.PartnerCenter.Models.Customers.Customer Patch (Microsoft.Store.PartnerCenter.Models.Customers.Customer customer);
abstract member Patch : Microsoft.Store.PartnerCenter.Models.Customers.Customer -> Microsoft.Store.PartnerCenter.Models.Customers.Customer
Public Function Patch (customer As Customer) As Customer
Parameters
- customer
- Customer
A Customer with RelationshipToPartner == CustomerPartnerRelationship.None.
Returns
The customer information.