UPIRequestBuilder class

Properties

hashCode int
The hash code for this object.
no setterinherited
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
setAmount(String? amount) → void
Sets the amount for the UPI transaction.
setCurrency(String? currency) → void
setDescription(String? description) → void
Sets the description for the UPI transaction.
setPayeeMerchantCode(String? payeeMerchantCode) → void
Sets the payee merchant code for the UPI transaction.
setPayeeName(String? payeeName) → void
Sets the payee name for the UPI transaction.
setPayeeVpa(String? payeeVpa) → void
Sets the payee VPA (Virtual Payment Address) for the UPI transaction.
setPaymentApp(String? paymentApp) → void
Sets the payment app for the UPI transaction.
setTransactionId(String? transactionId) → void
Sets the transaction ID for the UPI transaction.
setTransactionRefId(String? transactionRefId) → void
Sets the transaction reference ID for the UPI transaction.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited