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
setCurrency(String? currency) → void
setDescription(String? description) → void
setPayeeMerchantCode(String? payeeMerchantCode) → void
setPayeeName(String? payeeName) → void
setPayeeVpa(String? payeeVpa) → void
setPaymentApp(String? paymentApp) → void
setTransactionId(String? transactionId) → void
setTransactionRefId(String? transactionRefId) → void
toString() String
A string representation of this object.
inherited

Operators

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