UpiResponseBuilder class
A builder class for constructing UpiResponse from a UPI response string.
Constructors
Properties
- approvalReferenceNo ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- responseCode ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
getter/setter pair
- transactionID ↔ String?
-
getter/setter pair
- transactionReferenceId ↔ String?
-
getter/setter pair
Methods
-
build(
) → UpiResponse - Builds and returns the final UpiResponse instance.
-
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