| Name | Type | Description | Notes |
|---|---|---|---|
| response_code | int | This is a numeric status code that indicates the status of the request. 0 means the request was successful. | [optional] |
| response_description | str | Response description is an acknowledgment message from the API that gives the status of the request submission usually maps to a specific ResponseCode value. It can be a "Success" submission message or an error description. | [optional] |
| merchant_request_id | str | This is a global unique Identifier for any submitted payment request. | [optional] |
| checkout_request_id | str | This is a global unique identifier of the processed checkout transaction request. | [optional] |
| result_code | int | This is a numeric status code that indicates the status of the request. 0 means the request was successful. | [optional] |
| result_desc | str | [optional] |