C# 클래스 Dwolla.Services.DwollaUserService

상속: DwollaService
파일 보기 프로젝트 열기: justinsoliz/dwolla.net 1 사용 예제들

공개 메소드들

메소드 설명
DwollaUserService ( bool sandbox = false ) : System.Collections.Generic
GetBasicAccount ( string userId, string key, string secret ) : DwollaResponse
GetFullAccount ( string oAuthToken ) : DwollaResponse

메소드 상세

DwollaUserService() 공개 메소드

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

GetBasicAccount() 공개 메소드

public GetBasicAccount ( string userId, string key, string secret ) : DwollaResponse
userId string
key string
secret string
리턴 DwollaResponse

GetFullAccount() 공개 메소드

public GetFullAccount ( string oAuthToken ) : DwollaResponse
oAuthToken string
리턴 DwollaResponse