public interface ExchangeRatesResource
| Modifier and Type | Method | Description |
|---|---|---|
retrofit2.Call<MoneyLike> |
convert(ExchangeRateConversionReq dataToPost,
IdempotencyKey idempotencyKey) |
@POST("/exchange_rates/calculate")
retrofit2.Call<MoneyLike> convert(@Body
ExchangeRateConversionReq dataToPost,
@Header("Idempotency-Key")
IdempotencyKey idempotencyKey)
Copyright © 2018 The Apache Software Foundation. All rights reserved.