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