ElepayResultFailed class

Failure result data.

Associated data is:

  • payment id
  • the error code
  • the reason of the failure
  • the detail message of the error
Implemented types

Constructors

ElepayResultFailed(String paymentId, String code, String reason, String message)
const

Properties

code String
The error code could be used to get support from elepay.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The detail message of the error.
final
paymentId String
The id of the payment that failed processing.
final
reason String
The reason of the error.
final
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