C# Class Decidir_SDK.RequestData.GetAuthorizeAnswerData

Afficher le fichier Open project: decidir/sdk-net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetAuthorizeAnswerData ( ) : System
Résultat System

getAnswerKey() public méthode

public getAnswerKey ( ) : String
Résultat String

getMerchant() public méthode

public getMerchant ( ) : String
Résultat String

getRequestKey() public méthode

public getRequestKey ( ) : String
Résultat String

getSecurity() public méthode

public getSecurity ( ) : String
Résultat String

getSession() public méthode

public getSession ( ) : String
Résultat String

setAnswerKey() public méthode

public setAnswerKey ( String answerKey ) : void
answerKey String
Résultat void

setMerchant() public méthode

public setMerchant ( String merchant ) : void
merchant String
Résultat void

setRequestKey() public méthode

public setRequestKey ( String requestKey ) : void
requestKey String
Résultat void

setSecurity() public méthode

public setSecurity ( String security ) : void
security String
Résultat void

setSession() public méthode

public setSession ( String session ) : void
session String
Résultat void