IAgreementDocument Interface

Definition

This interface represents operations on an agreement document.

public interface IAgreementDocument : Microsoft.Store.PartnerCenter.IPartnerComponent<Microsoft.Store.PartnerCenter.Agreements.AgreementDocumentContext>
type IAgreementDocument = interface
    interface IPartnerComponent<AgreementDocumentContext>
Public Interface IAgreementDocument
Implements IPartnerComponent(Of AgreementDocumentContext)
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

ByCountry(String)

Customizes operations based on the given country.

ByLanguage(String)

Customizes operations based on the given language and locale.

Get()

Retrieves the agreement document.

GetAsync()

Asynchronously retrieves the agreement document.

Applies to