Updated on 2026-08-14
This commit is contained in:
parent
579b3cba32
commit
f74c37a080
25 changed files with 154 additions and 40 deletions
|
|
@ -3,6 +3,7 @@ package com.tangem.domain.pay.model
|
|||
import com.tangem.domain.models.account.CardDisplayName
|
||||
import com.tangem.domain.models.account.PaymentAccountStatusValue
|
||||
import com.tangem.domain.models.account.TangemPayCustomerTariffPlan
|
||||
import com.tangem.domain.models.account.TangemPayTariffPlan
|
||||
import com.tangem.domain.models.kyc.KycStatus
|
||||
import com.tangem.domain.models.pay.TangemPayCard
|
||||
import com.tangem.domain.models.pay.TangemPayCardFrozenState
|
||||
|
|
@ -103,5 +104,6 @@ data class CustomerInfo(
|
|||
val cardStatus: TangemPayCard.Status,
|
||||
val lastFourDigits: String,
|
||||
val isPinSet: Boolean,
|
||||
val images: List<TangemPayTariffPlan.Image>,
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue