C# Class Dwolla.Helpers.Urls

Show file Open project: justinsoliz/dwolla.net

Public Methods

Method Description
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

Method Details

Balances() public static method

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

BaseUrl() public static method

public static BaseUrl ( bool sandbox = false ) : string
sandbox bool
return string

Contacts() public static method

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

FundingSources() public static method

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

Register() public static method

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

Requests() public static method

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

Transactions() public static method

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

Users() public static method

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