C# 클래스 BalancedSharp.BalancedService

상속: IBalancedService
파일 보기 프로젝트 열기: rentler/BalancedSharp

공개 메소드들

메소드 설명
BalancedService ( string key ) : System
BalancedService ( string key, IBalancedRest rest ) : System
BankAccounts ( int limit = 10, int offset = 10 ) : Status>
CreateBankAccount ( BankAccount bankAccount ) : Status
Events ( int limit = 10, int offset = 10 ) : Status>

메소드 상세

BalancedService() 공개 메소드

public BalancedService ( string key ) : System
key string
리턴 System

BalancedService() 공개 메소드

public BalancedService ( string key, IBalancedRest rest ) : System
key string
rest IBalancedRest
리턴 System

BankAccounts() 공개 메소드

public BankAccounts ( int limit = 10, int offset = 10 ) : Status>
limit int
offset int
리턴 Status>

CreateBankAccount() 공개 메소드

public CreateBankAccount ( BankAccount bankAccount ) : Status
bankAccount BankAccount
리턴 Status

Events() 공개 메소드

public Events ( int limit = 10, int offset = 10 ) : Status>
limit int
offset int
리턴 Status>