PHP Class Payu\Response\PaymentResponse

Inheritance: extends ResponseAbstract
Datei anzeigen Open project: paranoiaproject/payuclient

Protected Properties

Property Type Description
$hash string
$transactionId string
$url3DS string

Public Methods

Method Description
__construct ( integer $status, string $code, string $message, string $transactionId, string $hash, string $url3DS )
getHash ( ) : string
getTransactionId ( ) : string
getUrl3DS ( ) : string
setHash ( string $hash )
setTransactionId ( string $transactionId )
setUrl3DS ( string $url3DS )

Method Details

__construct() public method

public __construct ( integer $status, string $code, string $message, string $transactionId, string $hash, string $url3DS )
$status integer
$code string
$message string
$transactionId string
$hash string
$url3DS string

getHash() public method

public getHash ( ) : string
return string

getTransactionId() public method

public getTransactionId ( ) : string
return string

getUrl3DS() public method

public getUrl3DS ( ) : string
return string

setHash() public method

public setHash ( string $hash )
$hash string

setTransactionId() public method

public setTransactionId ( string $transactionId )
$transactionId string

setUrl3DS() public method

public setUrl3DS ( string $url3DS )
$url3DS string

Property Details

$hash protected_oe property

protected string $hash
return string

$transactionId protected_oe property

protected string $transactionId
return string

$url3DS protected_oe property

protected string $url3DS
return string