Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-01 18:42:34 +03:00
parent e326ade679
commit 4c0d5727fd
3 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,7 @@
package com.tangem.datasource.api.express.models.response
import com.squareup.moshi.Json
import java.math.BigDecimal
data class ExchangeProvider(
@Json(name = "id")
@ -28,7 +29,7 @@ data class ExchangeProvider(
val isRecommended: Boolean = false,
@Json(name = "slippage")
val slippage: Int?,
val slippage: BigDecimal?,
)
enum class ExchangeProviderType {