A response wrapper that would be sent as part of all transaction calls from client applications.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| EPayResponse | getInstance() |
| void | fromSObject(SObject itemObj) |
| void | EPayResponse() |
Method Detail
This class supports the following methods:
global static EPayResponse getInstance()
Get base instance with no initial S0bject.
global virtual override void fromSObject(SObject itemObj)
Parameters
| Name | Type | Description |
|---|---|---|
| itemObj | SObject | undefined |
global EPayResponse()
Properties
| Name | Type | Description |
|---|---|---|
| http_status_code | Integer | |
| http_status_message | String | |
| errors | List |
|
| gateways | List |
|
| payment_methods | List |
|
| transactions | List |
|
| gateway_specific_response_fields | Map |
|
| gateway_specific_fields | Map |