C# Class Dwolla.Services.DwollaUserService

Inheritance: DwollaService
Mostrar archivo Open project: justinsoliz/dwolla.net Class Usage Examples

Public Methods

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

Method Details

DwollaUserService() public method

public DwollaUserService ( bool sandbox = false ) : System.Collections.Generic
sandbox bool
return System.Collections.Generic

GetBasicAccount() public method

public GetBasicAccount ( string userId, string key, string secret ) : DwollaResponse
userId string
key string
secret string
return DwollaResponse

GetFullAccount() public method

public GetFullAccount ( string oAuthToken ) : DwollaResponse
oAuthToken string
return DwollaResponse