All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.store.partnercenter.invoices.IReconLineItemCollection Maven / Gradle / Ivy

// -----------------------------------------------------------------------
// 
//      Copyright (c) Microsoft Corporation. All rights reserved.
// 
// -----------------------------------------------------------------------

package com.microsoft.store.partnercenter.invoices;

import com.microsoft.store.partnercenter.IPartnerComponent;
import com.microsoft.store.partnercenter.genericoperations.IEntireEntityCollectionRetrievalOperations;
import com.microsoft.store.partnercenter.models.SeekBasedResourceCollection;
import com.microsoft.store.partnercenter.models.invoices.InvoiceLineItem;

/**
 * Represents the operations that can be done on partner's recon line items.
 */
public interface IReconLineItemCollection 
    extends IPartnerComponent, IEntireEntityCollectionRetrievalOperations>
{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy