C# Class Dwolla.Helpers.Urls

Afficher le fichier Open project: justinsoliz/dwolla.net

Méthodes publiques

Méthode 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 méthode

public static Balances ( bool sandbox = false, bool fullUrl = false ) : string
sandbox bool
fullUrl bool
Résultat string

BaseUrl() public static méthode

public static BaseUrl ( bool sandbox = false ) : string
sandbox bool
Résultat string

Contacts() public static méthode

public static Contacts ( bool sandbox = false, bool fullUrl = false ) : string
sandbox bool
fullUrl bool
Résultat string

FundingSources() public static méthode

public static FundingSources ( bool sandbox = false, bool fullUrl = false ) : string
sandbox bool
fullUrl bool
Résultat string

Register() public static méthode

public static Register ( bool sandbox = false, bool fullUrl = false ) : string
sandbox bool
fullUrl bool
Résultat string

Requests() public static méthode

public static Requests ( bool sandbox = false, bool fullUrl = false ) : string
sandbox bool
fullUrl bool
Résultat string

Transactions() public static méthode

public static Transactions ( bool sandbox = false, bool fullUrl = false ) : string
sandbox bool
fullUrl bool
Résultat string

Users() public static méthode

public static Users ( bool sandbox = false, bool fullUrl = false ) : string
sandbox bool
fullUrl bool
Résultat string