C# 클래스 Braintree.RiskDataRequest

상속: Braintree.Request
파일 보기 프로젝트 열기: braintree/braintree_dotnet

공개 메소드들

메소드 설명
ToQueryString ( string root ) : string
ToXml ( string root ) : string

보호된 메소드들

메소드 설명
BuildRequest ( string root ) : RequestBuilder

메소드 상세

BuildRequest() 보호된 메소드

protected BuildRequest ( string root ) : RequestBuilder
root string
리턴 RequestBuilder

ToQueryString() 공개 메소드

public ToQueryString ( string root ) : string
root string
리턴 string

ToXml() 공개 메소드

public ToXml ( string root ) : string
root string
리턴 string