Service class to execute CRUD operations on the Invoice Line object.

Method Summary

Modifier and Type Method and Description
InvoiceLineService getInstance()
InvoiceLineService getInstance(String version)
void InvoiceLineService()
void getApiResponse()
List<InvoiceLine> get(SearchRequest sr)

Method Detail

This class supports the following methods:

global static InvoiceLineService getInstance()

Get Instance of InvoiceLineService.


global static InvoiceLineService getInstance(String version)

Get Instance of BadgeVersionedService.
Parameters

Name Type Description
version String undefined

global InvoiceLineService()

InvoiceLineService Constructor that should not be called directly.


global static void getApiResponse()

global virtual List<InvoiceLine> get(SearchRequest sr)

Get list of Invoice Line objects using the SearchRequest object as criteria
Parameters

Name Type Description
sr SearchRequest SearchRequest