Share via


IOrderCollection.ByBillingCycleType(BillingCycleType) Method

Definition

Obtains the order collection behavior given a billing cycle type.

public Microsoft.Store.PartnerCenter.Orders.IOrderCollectionByBillingCycleType ByBillingCycleType (Microsoft.Store.PartnerCenter.Models.Offers.BillingCycleType billingCycleType);
abstract member ByBillingCycleType : Microsoft.Store.PartnerCenter.Models.Offers.BillingCycleType -> Microsoft.Store.PartnerCenter.Orders.IOrderCollectionByBillingCycleType
Public Function ByBillingCycleType (billingCycleType As BillingCycleType) As IOrderCollectionByBillingCycleType

Parameters

billingCycleType
BillingCycleType

The billing cycle type.

Returns

The order collection by billing cycle type.

Applies to