Updated on 2026-08-14
This commit is contained in:
parent
82a2266d04
commit
7bed9c04d1
6 changed files with 19 additions and 19 deletions
|
|
@ -3,8 +3,10 @@ package com.tangem.domain.visa.model
|
|||
enum class TangemPayPushNotificationType(val value: String) {
|
||||
CARD_READY("card_ready"),
|
||||
TRANSACTION_SPEND("transaction_spend"),
|
||||
TOP_UP("declined_top_up"),
|
||||
COLLATERAL("collateral"),
|
||||
DECLINED_TOP_UP("declined_top_up"),
|
||||
COLLATERAL_WITHDRAW("collateral_withdraw"),
|
||||
COLLATERAL_DEPOSIT("collateral_deposit"),
|
||||
TRANSACTION_SPEND_REFUND("transaction_spend_refund"),
|
||||
;
|
||||
|
||||
companion object {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue