IOrderCollectionByBillingCycleType Interface

Definition

Holds operations that can be performed on orders given a billing cycle type.

public interface IOrderCollectionByBillingCycleType : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Orders.Order,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Orders.Order>>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,Microsoft.Store.PartnerCenter.Models.Offers.BillingCycleType>>
type IOrderCollectionByBillingCycleType = interface
    interface IPartnerComponent<string * BillingCycleType>
    interface IEntireEntityCollectionRetrievalOperations<Order, ResourceCollection<Order>>
Public Interface IOrderCollectionByBillingCycleType
Implements IEntireEntityCollectionRetrievalOperations(Of Order, ResourceCollection(Of Order)), IPartnerComponent(Of Tuple(Of String, BillingCycleType))
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 customer orders.

Get(Boolean)

Retrieves all customer orders.

GetAsync()

Asynchronously retrieves all customer orders.

GetAsync(Boolean)

Asynchronously retrieves all customer orders.

Applies to