Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-15 17:28:03 +03:00
parent 2d34e8cb1f
commit b19deae346
14 changed files with 274 additions and 3 deletions

View file

@ -17,6 +17,12 @@ data class ExchangeProvider(
@Json(name = "imageSmall")
val imageSmallUrl: String,
@Json(name = "termsOfUse")
val termsOfUse: String?,
@Json(name = "privacyPolicy")
val privacyPolicy: String?,
)
enum class ExchangeProviderType {