C# Class Dwolla.Services.DwollaUserService

Inheritance: DwollaService
Afficher le fichier Open project: justinsoliz/dwolla.net Class Usage Examples

Méthodes publiques

Méthode Description
DwollaUserService ( bool sandbox = false ) : System.Collections.Generic
GetBasicAccount ( string userId, string key, string secret ) : DwollaResponse
GetFullAccount ( string oAuthToken ) : DwollaResponse

Method Details

DwollaUserService() public méthode

public DwollaUserService ( bool sandbox = false ) : System.Collections.Generic
sandbox bool
Résultat System.Collections.Generic

GetBasicAccount() public méthode

public GetBasicAccount ( string userId, string key, string secret ) : DwollaResponse
userId string
key string
secret string
Résultat DwollaResponse

GetFullAccount() public méthode

public GetFullAccount ( string oAuthToken ) : DwollaResponse
oAuthToken string
Résultat DwollaResponse