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