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