Uses of Class
com.microsoft.store.partnercenter.models.orders.Order
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.carts | |
| com.microsoft.store.partnercenter.orders |
-
Uses of Order in com.microsoft.store.partnercenter.models.carts
Methods in com.microsoft.store.partnercenter.models.carts that return types with arguments of type Order Modifier and Type Method Description List<Order>CartCheckoutResult. getOrders()Gets the order that were created.Method parameters in com.microsoft.store.partnercenter.models.carts with type arguments of type Order Modifier and Type Method Description voidCartCheckoutResult. setOrders(List<Order> value)Sets the orders that were created. -
Uses of Order in com.microsoft.store.partnercenter.orders
Methods in com.microsoft.store.partnercenter.orders that return Order Modifier and Type Method Description OrderOrderCollectionOperations. create(Order newOrder)Places a new order for the customer.OrderIOrder. get(Boolean includePrice)Gets the order information.OrderOrderOperations. get()Gets the order information.OrderOrderOperations. get(Boolean includePrice)Gets the order information.OrderOrderOperations. patch(Order order)Updates a customer order.Methods in com.microsoft.store.partnercenter.orders that return types with arguments of type Order Modifier and Type Method Description ResourceCollection<Order>IOrderCollection. get(Boolean includePrice)Gets a collection of orders.ResourceCollection<Order>IOrderCollectionByBillingCycleType. get()Gets all customer orders.ResourceCollection<Order>IOrderCollectionByBillingCycleType. get(boolean includePrice)Gets all customer orders.ResourceCollection<Order>OrderCollectionByBillingCycleTypeOperations. get()Retrieves all the orders the customer made.ResourceCollection<Order>OrderCollectionByBillingCycleTypeOperations. get(boolean includePrice)Gets all customer orders.ResourceCollection<Order>OrderCollectionOperations. get()Retrieves all the orders the customer made.ResourceCollection<Order>OrderCollectionOperations. get(Boolean includePrice)Gets a collection of orders.