ICustomerAgreementCollection Interface

Definition

Defines the operations available on a partner-customer agreement.

public interface ICustomerAgreementCollection : Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type ICustomerAgreementCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
Public Interface ICustomerAgreementCollection
Implements IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

ByAgreementType(String)

Scopes customer agreements behavior to a specific agreement type.

Create(Agreement)

Create a new agreement on behalf of the customer.

CreateAsync(Agreement)

Asynchronously create a new agreement on behalf of the customer.

Get()

Retrieve the list of agreements between a partner and customer.

GetAsync()

Asynchronously retrieve the list of agreements between a partner and customer.

GetDirectSignedCustomerAgreementStatus()

Retrieves the status of the direct acceptance of the Microsoft Customer Agreement by the customer.

GetDirectSignedCustomerAgreementStatusAsync()

Asynchronously retrieves the status of the direct acceptance of the Microsoft Customer Agreement by the customer.

Applies to