IServiceCostLineItemsCollection 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.
Represents the behavior of the customer service cost line items as a whole.
public interface IServiceCostLineItemsCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.ServiceCosts.ServiceCostLineItem,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.ServiceCosts.ServiceCostLineItem>>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type IServiceCostLineItemsCollection = interface
interface IPartnerComponent<string * string>
interface IEntireEntityCollectionRetrievalOperations<ServiceCostLineItem, ResourceCollection<ServiceCostLineItem>>
Public Interface IServiceCostLineItemsCollection
Implements IEntireEntityCollectionRetrievalOperations(Of ServiceCostLineItem, ResourceCollection(Of ServiceCostLineItem)), IPartnerComponent(Of Tuple(Of String, String))
- 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 a customer's service cost line items. |
GetAsync() |
Asynchronously retrieves a customer's service cost line items. |