TransactionStatus enum
交易状态(匹配 VTPTransactionStatus)
Values
- unknown → const TransactionStatus
-
未知状态
- approved → const TransactionStatus
-
已批准(在线)
- partiallyApproved → const TransactionStatus
-
部分批准
- approvedExceptCashback → const TransactionStatus
-
已批准(现金返还除外)
- approvedByMerchant → const TransactionStatus
-
商户批准(离线/Store-and-Forward)
- callIssuer → const TransactionStatus
-
需联系发卡行
- declined → const TransactionStatus
-
已拒绝
- needsToBeReversed → const TransactionStatus
-
需要撤销
- dccRequested → const TransactionStatus
-
DCC 请求(动态货币转换)
- error → const TransactionStatus
-
错误(插件特有,非 SDK)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
TransactionStatus> - A constant List of the values in this enum, in order of their declaration.