TotalPayStatus enum
Status – actual status of transaction in Payment Platform. @see com.totalpay.sdk.model.response.base.result.ITotalPayResult
@property status the status value.
Values
- SECURE_3D → const TotalPayStatus
-
The transaction awaits 3D-Secure validation.
const TotalPayStatus("3DS") - REDIRECT → const TotalPayStatus
-
The transaction is redirected.
const TotalPayStatus("REDIRECT") - PENDING → const TotalPayStatus
-
The transaction awaits CAPTURE.
const TotalPayStatus("PENDING") - SETTLED → const TotalPayStatus
-
Successful transaction.
const TotalPayStatus("SETTLED") - REVERSAL → const TotalPayStatus
-
Transaction for which reversal was made.
const TotalPayStatus("REVERSAL") - REFUND → const TotalPayStatus
-
Transaction for which refund was made.
const TotalPayStatus("REFUND") - CHARGEBACK → const TotalPayStatus
-
Transaction for which chargeback was made.
const TotalPayStatus("CHARGEBACK") - DECLINED → const TotalPayStatus
-
Not successful transaction.
const TotalPayStatus("DECLINED") - NONE → const TotalPayStatus
-
const TotalPayStatus("NONE")
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
- status → String
-
final
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<
TotalPayStatus> - A constant List of the values in this enum, in order of their declaration.