Partager via


IEstimateLinkCollectionByCurrency Interface

Definition

Holds operations that can be performed on estimate link collection that belong to a given currency.

public interface IEstimateLinkCollectionByCurrency : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Invoices.EstimateLink>>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IEstimateLinkCollectionByCurrency = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntityGetOperations<ResourceCollection<EstimateLink>>
Public Interface IEstimateLinkCollectionByCurrency
Implements IEntityGetOperations(Of ResourceCollection(Of EstimateLink)), 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

Get()

Retrieves all the products in the given country and catalog view.

GetAsync()

Asynchronously retrieves all the products in the given country and catalog view.

Applies to