Paranoia\Payment\Response\ResponseAbstract::setTransactionType PHP Method

setTransactionType() public method

See also: Payment\Response\ResponseInterface::setTransactionType()
public setTransactionType ( $transactionType )
    public function setTransactionType($transactionType)
    {
        $this->transactionType = $transactionType;
        return $this;
    }