Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-02 11:49:16 +03:00
parent 5f664dc9fd
commit ef3fd2969b
4 changed files with 7 additions and 8 deletions

View file

@ -12,7 +12,6 @@ data class ReferralResponse(
) {
data class Conditions(
@Json(name = "award") val award: Int,
@Json(name = "discount") val discount: Discount,
@Json(name = "awards") val awards: List<Award>,
@Json(name = "tosLink") val tosLink: String,