com.microsoft.store.partnercenter.customers.servicecosts.IServiceCostLineItemsCollection Maven / Gradle / Ivy
// -----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// -----------------------------------------------------------------------
package com.microsoft.store.partnercenter.customers.servicecosts;
import com.microsoft.store.partnercenter.IPartnerComponent;
import com.microsoft.store.partnercenter.genericoperations.IEntireEntityCollectionRetrievalOperations;
import com.microsoft.store.partnercenter.models.ResourceCollection;
import com.microsoft.store.partnercenter.models.servicecosts.ServiceCostLineItem;
import com.microsoft.store.partnercenter.models.utils.Tuple;
/**
* Represents the behavior of the customer service cost line items as a whole.
*/
public interface IServiceCostLineItemsCollection
extends IPartnerComponent>, IEntireEntityCollectionRetrievalOperations>
{
/**
* Retrieves a customer's service cost line items.
*
* @return The service cost line items.
*/
ResourceCollection get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy