ICustomer.Patch(Customer) Method

Definition

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.

Implements

Applies to