Updated on 2026-08-14
This commit is contained in:
parent
e326ade679
commit
4c0d5727fd
3 changed files with 6 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue