PayumoneySdk class

Constructors

PayumoneySdk()
factory

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

buildPaymentParams({required String amount, required String transactionId, required String phone, required String productInfo, required String firstName, required String email, required String hash, required String salt, String successURL = "https://www.payumoney.com/mobileapp/payumoney/success.php", String failureURL = "https://www.payumoney.com/mobileapp/payumoney/failure.php", required String merchantKey, bool isProduction = false, String? userCredentials, String merchantName = "Payu", bool showExitConfirmation = true}) Future<Map?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPayuSiParam({required bool isFreeTrial, required String billingAmt, required String billingCycle, required String setBillingInterval, required String paymentStartDate, required String paymentEndDate, required String remarks}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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