UPITransaction class
Constructors
- UPITransaction({required double amount, required String receiverName, required String receiverUpiId, required String transactionId, required String transactionNote, bool flexibleAmount = false, required dynamic onResponse(UPITransactionResponse)?, UPIApp? upiApp})
- UPITransaction.fromUrl({required String upiUrl, required dynamic onResponse(UPITransactionResponse)?, UPIApp? upiApp})
Properties
- amount ↔ double
-
latefinal
- flexibleAmount ↔ bool
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- onResponse → dynamic Function(UPITransactionResponse)?
-
final
- receiverName ↔ String
-
latefinal
- receiverUpiId ↔ String
-
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionId ↔ String
-
latefinal
- transactionNote ↔ String
-
latefinal
- upiApp ↔ UPIApp?
-
getter/setter pair
- upiUrl ↔ String
-
latefinal
Methods
-
initiate(
{dynamic onResultCallBack(dynamic)?}) → Future< Map?> -
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