PHP Class Paranoia\Configuration\Gvp

Inheritance: extends AbstractConfiguration
Show file Open project: paranoiaproject/paranoia

Public Methods

Method Description
getAuthorizationPassword ( ) : string
getAuthorizationUsername ( ) : string
getMerchantId ( ) : integer
getMode ( ) : string
getRefundPassword ( ) : string
getRefundUsername ( ) : string
getTerminalId ( ) : integer
setAuthorizationPassword ( string $authorizationPassword )
setAuthorizationUsername ( string $authorizationUsername )
setMerchantId ( integer $merchantId )
setMode ( string $mode )
setRefundPassword ( string $refundPassword )
setRefundUsername ( string $refundUsername )
setTerminalId ( integer $terminalId )

Method Details

getAuthorizationPassword() public method

public getAuthorizationPassword ( ) : string
return string

getAuthorizationUsername() public method

public getAuthorizationUsername ( ) : string
return string

getMerchantId() public method

public getMerchantId ( ) : integer
return integer

getMode() public method

public getMode ( ) : string
return string

getRefundPassword() public method

public getRefundPassword ( ) : string
return string

getRefundUsername() public method

public getRefundUsername ( ) : string
return string

getTerminalId() public method

public getTerminalId ( ) : integer
return integer

setAuthorizationPassword() public method

public setAuthorizationPassword ( string $authorizationPassword )
$authorizationPassword string

setAuthorizationUsername() public method

public setAuthorizationUsername ( string $authorizationUsername )
$authorizationUsername string

setMerchantId() public method

public setMerchantId ( integer $merchantId )
$merchantId integer

setMode() public method

public setMode ( string $mode )
$mode string

setRefundPassword() public method

public setRefundPassword ( string $refundPassword )
$refundPassword string

setRefundUsername() public method

public setRefundUsername ( string $refundUsername )
$refundUsername string

setTerminalId() public method

public setTerminalId ( integer $terminalId )
$terminalId integer