C# 클래스 SageOneApi.Requests.AccountBalanceRequest

상속: RequestBase, IAccountBalanceRequest
파일 보기 프로젝트 열기: Pietervdw/sageone-api-wrapper

공개 메소드들

메소드 설명
AccountBalanceRequest ( IRestClient client, string apiKey, int companyId ) : System
Get ( System.DateTime fromDate, System.DateTime toDate ) : AccountBalance
GetAccountBudgets ( string filter = "", int skip ) : PagingResponse
GetAccountBudgetsById ( int budgetId, string filter = "", int skip ) : PagingResponse

메소드 상세

AccountBalanceRequest() 공개 메소드

public AccountBalanceRequest ( IRestClient client, string apiKey, int companyId ) : System
client IRestClient
apiKey string
companyId int
리턴 System

Get() 공개 메소드

public Get ( System.DateTime fromDate, System.DateTime toDate ) : AccountBalance
fromDate System.DateTime
toDate System.DateTime
리턴 SageOneApi.Models.AccountBalance

GetAccountBudgets() 공개 메소드

public GetAccountBudgets ( string filter = "", int skip ) : PagingResponse
filter string
skip int
리턴 PagingResponse

GetAccountBudgetsById() 공개 메소드

public GetAccountBudgetsById ( int budgetId, string filter = "", int skip ) : PagingResponse
budgetId int
filter string
skip int
리턴 PagingResponse