HaloTransactionResult class

Constructors

HaloTransactionResult.new(HaloTransactionResultType resultType, String? merchantTransactionReference, String? haloTransactionReference, String? paymentProviderReference, HaloErrorCode errorCode, List<String> errorDetails, HaloTransactionReceipt? receipt, Map<String, String>? customTags)

Properties

customTags Map<String, String>?
getter/setter pair
errorCode HaloErrorCode
getter/setter pair
errorDetails List<String>
getter/setter pair
haloTransactionReference String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantTransactionReference String?
getter/setter pair
paymentProviderReference String?
getter/setter pair
receipt HaloTransactionReceipt?
getter/setter pair
resultType HaloTransactionResultType
getter/setter pair
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