Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-02 16:31:33 +05:00
parent 82a2266d04
commit 7bed9c04d1
6 changed files with 19 additions and 19 deletions

View file

@ -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 {