enum Privacy::Transaction::Result
Defined in:
privacy/mappings/transaction.cr
Enum Members
-
APPROVED =
0
-
CARD_PAUSED =
1
-
CARD_CLOSED =
2
-
GLOBAL_TRANSACTION_LIMIT =
3
-
GLOBAL_WEEKLY_LIMIT =
4
-
GLOBAL_MONTHLY_LIMIT =
5
-
USER_TRANSACTION_LIMIT =
6
-
UNAUTHORIZED_MERCHANT =
7
-
SINGLE_USE_RECHARGED =
8
-
BANK_CONNECTION_ERROR =
9
-
INSUFFICIENT_FUNDS =
10
-
MERCHANT_BLACKLIST =
11
-
INVALID_CARD_DETAILS =
12
-
BANK_NOT_VERIFIED =
13
-
INACTIVE_ACCOUNT =
14
-
UNKNOWN_HOST_TIMEOUT =
15
-
SWITCH_INOPERATIVE_ADVICE =
16
-
FRAUD_ADVICE =
17
Instance Method Summary
Instance Method Detail
def
bank_connection_error?
#
def
global_monthly_limit?
#
def
global_transaction_limit?
#
def
global_weekly_limit?
#
def
insufficient_funds?
#
def
invalid_card_details?
#
def
merchant_blacklist?
#
def
single_use_recharged?
#
def
switch_inoperative_advice?
#
def
unauthorized_merchant?
#
def
unknown_host_timeout?
#
def
user_transaction_limit?
#