C# 클래스 IdokladSdk.Clients.ExchangeRateClient

Method for exchange rates.
상속: BaseClient
파일 보기 프로젝트 열기: mholec/idoklad-sdk-csharp

공개 메소드들

메소드 설명
ExchangeRate ( int exchangeRateId ) : ExchangeRate

GET api/ExchangeRates/{id} Method returns exchange rate by Id.

ExchangeRateClient ( ApiContext apiContext ) : IdokladSdk.ApiFilters
ExchangeRates ( Paging paging = null ) : RowsResultWrapper

GET api/ExchangeRates Method returns list of exchange rates.

메소드 상세

ExchangeRate() 공개 메소드

GET api/ExchangeRates/{id} Method returns exchange rate by Id.
public ExchangeRate ( int exchangeRateId ) : ExchangeRate
exchangeRateId int
리턴 IdokladSdk.ApiModels.ReadOnlyEntites.ExchangeRate

ExchangeRateClient() 공개 메소드

public ExchangeRateClient ( ApiContext apiContext ) : IdokladSdk.ApiFilters
apiContext ApiContext
리턴 IdokladSdk.ApiFilters

ExchangeRates() 공개 메소드

GET api/ExchangeRates Method returns list of exchange rates.
public ExchangeRates ( Paging paging = null ) : RowsResultWrapper
paging IdokladSdk.ApiFilters.Paging
리턴 RowsResultWrapper