C# Class Decidir_SDK.RequestData.GetAuthorizeAnswerData

Show file Open project: decidir/sdk-net Class Usage Examples

Public Methods

Method Description
GetAuthorizeAnswerData ( ) : System
getAnswerKey ( ) : String
getMerchant ( ) : String
getRequestKey ( ) : String
getSecurity ( ) : String
getSession ( ) : String
setAnswerKey ( String answerKey ) : void
setMerchant ( String merchant ) : void
setRequestKey ( String requestKey ) : void
setSecurity ( String security ) : void
setSession ( String session ) : void

Method Details

GetAuthorizeAnswerData() public method

public GetAuthorizeAnswerData ( ) : System
return System

getAnswerKey() public method

public getAnswerKey ( ) : String
return String

getMerchant() public method

public getMerchant ( ) : String
return String

getRequestKey() public method

public getRequestKey ( ) : String
return String

getSecurity() public method

public getSecurity ( ) : String
return String

getSession() public method

public getSession ( ) : String
return String

setAnswerKey() public method

public setAnswerKey ( String answerKey ) : void
answerKey String
return void

setMerchant() public method

public setMerchant ( String merchant ) : void
merchant String
return void

setRequestKey() public method

public setRequestKey ( String requestKey ) : void
requestKey String
return void

setSecurity() public method

public setSecurity ( String security ) : void
security String
return void

setSession() public method

public setSession ( String session ) : void
session String
return void