Service class to execute CRUD operations on the Receipt Line object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| ReceiptLineService | getInstance() |
| ReceiptLineService | getInstance(String version) |
| void | getApiResponse() |
| List<ReceiptLine> | get(SearchRequest sr) |
Method Detail
This class supports the following methods:
global static ReceiptLineService getInstance()
Get Instance of ReceiptLineService.
global static ReceiptLineService getInstance(String version)
Get Instance of ReceiptLineVersionedService.
Parameters
| Name | Type | Description |
|---|---|---|
| version | String | undefined |
global ReceiptLineService ()
ReceiptLineService Constructor that should not be called directly.
global static void getApiResponse()
global virtual List<ReceiptLine> get(SearchRequest sr)
Get list of Receipt Line objects using the SearchRequest object as criteria
Parameters
| Name | Type | Description |
|---|---|---|
| sr | SearchRequest | SearchRequest |