C# 클래스 Decidir_SDK.RequestData.GetAuthorizeAnswerData

파일 보기 프로젝트 열기: decidir/sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetAuthorizeAnswerData() 공개 메소드

public GetAuthorizeAnswerData ( ) : System
리턴 System

getAnswerKey() 공개 메소드

public getAnswerKey ( ) : String
리턴 String

getMerchant() 공개 메소드

public getMerchant ( ) : String
리턴 String

getRequestKey() 공개 메소드

public getRequestKey ( ) : String
리턴 String

getSecurity() 공개 메소드

public getSecurity ( ) : String
리턴 String

getSession() 공개 메소드

public getSession ( ) : String
리턴 String

setAnswerKey() 공개 메소드

public setAnswerKey ( String answerKey ) : void
answerKey String
리턴 void

setMerchant() 공개 메소드

public setMerchant ( String merchant ) : void
merchant String
리턴 void

setRequestKey() 공개 메소드

public setRequestKey ( String requestKey ) : void
requestKey String
리턴 void

setSecurity() 공개 메소드

public setSecurity ( String security ) : void
security String
리턴 void

setSession() 공개 메소드

public setSession ( String session ) : void
session String
리턴 void