PaymentLogStatus class
The available payment log statuses.
Constructors
- PaymentLogStatus(dynamic id, dynamic jsonValue)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
finalinherited
Methods
-
matches(
ValueEnum other) → bool -
inherited
-
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
Static Properties
- complete ↔ PaymentLogStatus
-
Payment log status for complete.
getter/setter pair
- creditable ↔ PaymentLogStatus
-
Payment log status for creditable.
getter/setter pair
- failed ↔ PaymentLogStatus
-
Payment log status for failed.
getter/setter pair
- pending ↔ PaymentLogStatus
-
Payment log status for pending.
getter/setter pair
Static Methods
-
asString(
PaymentLogStatus? paymentLogStatus) → String? - Get the String representation of a PaymentLogStatus.
-
fromString(
String? value) → PaymentLogStatus? - Get the PaymentLogStatus from a String.