PayumoneyProUnofficial class

Unofficial Plugin for PayU

Constructors

PayumoneyProUnofficial()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

payUParams({required String amount, required bool isProduction, required String productInfo, required String merchantKey, required String userPhoneNumber, required String transactionId, required String firstName, required String merchantSalt, required String email, required String hashUrl, String merchantName = PayUParams.merchantName, bool showExitConfirmation = true, bool showLogs = false, String successURL = PayUParams.successURL, String failureURL = PayUParams.failureURL, required String userCredentials}) Future<Map>
function to build payment params for payumoney. More details can be found at payumoney documentation