C# 클래스 Dwolla.Helpers.Urls

파일 보기 프로젝트 열기: justinsoliz/dwolla.net

공개 메소드들

메소드 설명
Balances ( bool sandbox = false, bool fullUrl = false ) : string
BaseUrl ( bool sandbox = false ) : string
Contacts ( bool sandbox = false, bool fullUrl = false ) : string
FundingSources ( bool sandbox = false, bool fullUrl = false ) : string
Register ( bool sandbox = false, bool fullUrl = false ) : string
Requests ( bool sandbox = false, bool fullUrl = false ) : string
Transactions ( bool sandbox = false, bool fullUrl = false ) : string
Users ( bool sandbox = false, bool fullUrl = false ) : string

메소드 상세

Balances() 공개 정적인 메소드

public static Balances ( bool sandbox = false, bool fullUrl = false ) : string
sandbox bool
fullUrl bool
리턴 string

BaseUrl() 공개 정적인 메소드

public static BaseUrl ( bool sandbox = false ) : string
sandbox bool
리턴 string

Contacts() 공개 정적인 메소드

public static Contacts ( bool sandbox = false, bool fullUrl = false ) : string
sandbox bool
fullUrl bool
리턴 string

FundingSources() 공개 정적인 메소드

public static FundingSources ( bool sandbox = false, bool fullUrl = false ) : string
sandbox bool
fullUrl bool
리턴 string

Register() 공개 정적인 메소드

public static Register ( bool sandbox = false, bool fullUrl = false ) : string
sandbox bool
fullUrl bool
리턴 string

Requests() 공개 정적인 메소드

public static Requests ( bool sandbox = false, bool fullUrl = false ) : string
sandbox bool
fullUrl bool
리턴 string

Transactions() 공개 정적인 메소드

public static Transactions ( bool sandbox = false, bool fullUrl = false ) : string
sandbox bool
fullUrl bool
리턴 string

Users() 공개 정적인 메소드

public static Users ( bool sandbox = false, bool fullUrl = false ) : string
sandbox bool
fullUrl bool
리턴 string