PHP Class Paranoia\Payment\Response\ResponseAbstract

Show file Open project: paranoiaproject/paranoia

Protected Properties

Property Type Description
$authCode string
$isSuccess boolean
$orderId string
$responseCode integer
$responseMessage string
$transactionId string
$transactionType string

Public Methods

Method Description
getAuthCode ( ) : string returns auth code.
getOrderId ( )
getResponseCode ( )
getResponseMessage ( )
getTransactionId ( )
getTransactionType ( )
isSuccess ( )
setAuthCode ( string $authCode ) : self sets auth code to request object.
setIsSuccess ( $isSuccess )
setOrderId ( $orderId )
setResponseCode ( $responseCode )
setResponseMessage ( $responseMessage )
setTransactionId ( $transactionId )
setTransactionType ( $transactionType )

Method Details

getAuthCode() public method

returns auth code.
public getAuthCode ( ) : string
return string

getOrderId() public method

See also: Payment\Response\ResponseInterface::getOrderId()
public getOrderId ( )

getResponseCode() public method

See also: Payment\Response\ResponseInterface::getResponseCode()
public getResponseCode ( )

getResponseMessage() public method

See also: Payment\Response\ResponseInterface::getResponseCode()
public getResponseMessage ( )

getTransactionId() public method

See also: Payment\Response\ResponseInterface::getTransactionId()
public getTransactionId ( )

getTransactionType() public method

See also: Payment\Response\ResponseInterface::getTransactionType()
public getTransactionType ( )

isSuccess() public method

See also: Payment\Response\ResponseInterface::isSuccess()
public isSuccess ( )

setAuthCode() public method

sets auth code to request object.
public setAuthCode ( string $authCode ) : self
$authCode string
return self

setIsSuccess() public method

See also: Payment\Response\ResponseInterface::setIsSuccess()
public setIsSuccess ( $isSuccess )

setOrderId() public method

See also: Payment\Response\ResponseInterface::setOrderId()
public setOrderId ( $orderId )

setResponseCode() public method

See also: Payment\Response\ResponseInterface::setResponseCode()
public setResponseCode ( $responseCode )

setResponseMessage() public method

See also: Payment\Response\ResponseInterface::setResponseMessage()
public setResponseMessage ( $responseMessage )

setTransactionId() public method

See also: Payment\Response\ResponseInterface::setTransactionId()
public setTransactionId ( $transactionId )

setTransactionType() public method

See also: Payment\Response\ResponseInterface::setTransactionType()
public setTransactionType ( $transactionType )

Property Details

$authCode protected property

protected string $authCode
return string

$isSuccess protected property

protected bool $isSuccess
return boolean

$orderId protected property

protected string $orderId
return string

$responseCode protected property

protected int $responseCode
return integer

$responseMessage protected property

protected string $responseMessage
return string

$transactionId protected property

protected string $transactionId
return string

$transactionType protected property

protected string $transactionType
return string