Property | Type | Description | |
---|---|---|---|
$rates | string | Service rates | |
$response | object | Response object | |
$responseCode | integer | Response code | |
$responseMessage | string | Response message |
Method | Description | |
---|---|---|
getRates ( ) : array | Get service rates | |
getResponse ( ) : object | Get response | |
getResponseCode ( ) : integer | Get response code | |
getResponseMessage ( ) : string | Get response message | |
isError ( ) : boolean | Return whether the transaction is an error | |
isSuccess ( ) : boolean | Return whether the transaction is a success | |
send ( ) : void | Send transaction |
public getResponseCode ( ) : integer | ||
return | integer |
public getResponseMessage ( ) : string | ||
return | string |
protected string $responseMessage | ||
return | string |