Class: BaseResponse

remotepay.BaseResponse()

new BaseResponse()

Source:

Methods

(static) BaseResponse#getMessage() → {String|Null}

Get the field value Detailed information about result.
Source:
Returns:
Type
String | Null

(static) BaseResponse#getReason() → {String|Null}

Get the field value Optional information about result.
Source:
Returns:
Type
String | Null

(static) BaseResponse#getResult() → {remotepay.ResponseCode}

Get the field value The result of the requested operation.
Source:
Returns:
Type
remotepay.ResponseCode

(static) BaseResponse#getSuccess() → {Boolean}

Get the field value If true then the requested operation succeeded
Source:
Returns:
Type
Boolean

(static) BaseResponse#setMessage(message)

Set the field value Detailed information about result.
Parameters:
Name Type Description
message String | Null
Source:

(static) BaseResponse#setReason(reason)

Set the field value Optional information about result.
Parameters:
Name Type Description
reason String | Null
Source:

(static) BaseResponse#setResult(result)

Set the field value The result of the requested operation.
Parameters:
Name Type Description
result remotepay.ResponseCode
Source:

(static) BaseResponse#setSuccess(success)

Set the field value If true then the requested operation succeeded
Parameters:
Name Type Description
success Boolean
Source: