Interface MorpheusAccountInvoiceItemService

All Superinterfaces:
MorpheusDataService<AccountInvoiceItem,AccountInvoiceItem>

public interface MorpheusAccountInvoiceItemService extends MorpheusDataService<AccountInvoiceItem,AccountInvoiceItem>
Provides access to querying line items on an invoice. Line items represent individual rows or costs that are associated with a larger invoice. This could be a storage cost, a compute cost, etc. This is, for the most part, a standard MorpheusDataService.