IOrderLineItemCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates customer order line item behavior.
public interface IOrderLineItemCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.Orders.IOrderLineItem>
type IOrderLineItemCollection = interface
interface IEntitySelector<IOrderLineItem>
Public Interface IOrderLineItemCollection
Implements IEntitySelector(Of IOrderLineItem)
- Implements
Properties
Item[String] |
Gets a specific order line item behavior. |
Methods
ById(String) |
Obtains a specific order line item behavior. |