ISubscriptionSupportContact.Update(SupportContact) Method

Definition

Updates the support contact of the customer's subscription.

public Microsoft.Store.PartnerCenter.Models.Subscriptions.SupportContact Update (Microsoft.Store.PartnerCenter.Models.Subscriptions.SupportContact supportContact);
abstract member Update : Microsoft.Store.PartnerCenter.Models.Subscriptions.SupportContact -> Microsoft.Store.PartnerCenter.Models.Subscriptions.SupportContact
Public Function Update (supportContact As SupportContact) As SupportContact

Parameters

supportContact
SupportContact

The support contact.

Returns

The updated support contact.

Implements

Applies to