C# 클래스 Decidir_SDK.RequestData.GetAuthorizeAnswerResponse

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

공개 메소드들

메소드 설명
GetAuthorizeAnswerResponse ( int sc, string message, string authorizationKey, string encodingMethod, object payload ) : System
getAuthorizationKey ( ) : string
getDictionaryPayload ( ) : object>.Dictionary
getEncodingMethod ( ) : string
getPayload ( ) : Object
getStatusCode ( ) : string
getStatusMessage ( ) : string

비공개 메소드들

메소드 설명
toDictionary ( XmlNode xd ) : object>.Dictionary

메소드 상세

GetAuthorizeAnswerResponse() 공개 메소드

public GetAuthorizeAnswerResponse ( int sc, string message, string authorizationKey, string encodingMethod, object payload ) : System
sc int
message string
authorizationKey string
encodingMethod string
payload object
리턴 System

getAuthorizationKey() 공개 메소드

public getAuthorizationKey ( ) : string
리턴 string

getDictionaryPayload() 공개 메소드

public getDictionaryPayload ( ) : object>.Dictionary
리턴 object>.Dictionary

getEncodingMethod() 공개 메소드

public getEncodingMethod ( ) : string
리턴 string

getPayload() 공개 메소드

public getPayload ( ) : Object
리턴 Object

getStatusCode() 공개 메소드

public getStatusCode ( ) : string
리턴 string

getStatusMessage() 공개 메소드

public getStatusMessage ( ) : string
리턴 string