C# 클래스 Braintree.AddressRequest

A class for building requests to manipulate Address records in the vault.
상속: Braintree.Request
파일 보기 프로젝트 열기: braintree/braintree_dotnet 1 사용 예제들

공개 메소드들

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

보호된 메소드들

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

메소드 상세

BuildRequest() 보호된 메소드

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

ToQueryString() 공개 메소드

public ToQueryString ( ) : string
리턴 string

ToQueryString() 공개 메소드

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

ToXml() 공개 메소드

public ToXml ( ) : string
리턴 string

ToXml() 공개 메소드

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