Interface IInvoiceSummaryCollection
- All Superinterfaces:
IEntityGetOperations<ResourceCollection<InvoiceSummary>>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
InvoiceSummaryCollectionOperations
public interface IInvoiceSummaryCollection extends IPartnerComponentString, IEntityGetOperations<ResourceCollection<InvoiceSummary>>
Represents all the operations that can be done on invoice summary collection.
-
Method Summary
Modifier and Type Method Description ResourceCollection<InvoiceSummary>get()Retrieves the invoice summary collection.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
ResourceCollection<InvoiceSummary> get()Retrieves the invoice summary collection. This operation is currently only supported for user based credentials.- Specified by:
getin interfaceIEntityGetOperations<ResourceCollection<InvoiceSummary>>- Returns:
- The entity.
-