TransactionDetails class
Constructors
- TransactionDetails.new({required UpiApplication upiApplication, required String payeeAddress, required String payeeName, required String transactionRef, String currency = TransactionDetails._currency, required String amount, String? url, String merchantCode = '', String? transactionNote = 'UPI Transaction'})
Properties
- amount → Decimal
-
final
- currency → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantCode → String
-
final
- payeeAddress → String
-
final
- payeeName → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionNote → String?
-
final
- transactionRef → String
-
final
- upiApplication → UpiApplication
-
final
- url → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited