Interface IOrderCollectionByBillingCycleType
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<Order,ResourceCollection<Order>>,IPartnerComponent<Tuple<String,BillingCycleType>>
- All Known Implementing Classes:
OrderCollectionByBillingCycleTypeOperations
public interface IOrderCollectionByBillingCycleType extends IPartnerComponent<Tuple<String,BillingCycleType>>, IEntireEntityCollectionRetrievalOperations<Order,ResourceCollection<Order>>
Holds operations that can be performed on orders given a billing cycle type.
-
Method Summary
Modifier and Type Method Description ResourceCollection<Order>get()Gets all customer orders.ResourceCollection<Order>get(boolean includePrice)Gets all customer orders.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
ResourceCollection<Order> get()Gets all customer orders.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<Order,ResourceCollection<Order>>- Returns:
- The customer orders.
-
get
Gets all customer orders.- Parameters:
includePrice- A flag indicating whether to include pricing details in the order information or not.- Returns:
- The customer orders.
-