UPIDetails class

Creating the UPI Details Class

Constructors

UPIDetails({required String upiID, required String payeeName, String? transactionID = "", double? amount = 0, String currencyCode = "INR", String? transactionNote = ""})

Properties

amount double?
Defines the amount to be transferred to the Payee UPI
final
currencyCode String
Defines the code of the currency.
final
hashCode int
The hash code for this object.
no setterinherited
payeeName String
Specifies the Payee Name or the Business Name
final
qrCodeValue String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionID String?
Defines the transaction ID
final
transactionNote String?
Defines the Note to view to the payee when you are paying.
final
upiID String
Specifies the Payee Address or the business virtual payment address (VPA) i.e Payee UPI ID
final

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