Razorpay class

Constructors

Razorpay()

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

clear() → void
getAppsWhichSupportUpi() Future
getBankLogoUrl(String bankName) Future<String>
getCardNetworkLength(String network) Future
getCardsNetwork(String cardNumber) Future<String>
getPaymentMethods() Future<Map>
getSubscriptionAmount(String subscriptionId) Future
getWalletLogoUrl(String walletName) Future<String>
initilizeSDK(String key) → dynamic
isCredAppAvailable() Future<bool>
isValidCardNumber(String network) Future<bool>
isValidVpa(String vpa) Future<Map>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String event, Function handler) → void
Registers event listeners for payment events
payWithCred(Map<String, dynamic> options) → dynamic
submit(Map<String, dynamic> options) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Constants

EVENT_PAYMENT_ERROR → const String
EVENT_PAYMENT_SUCCESS → const String
INCOMPATIBLE_PLUGIN → const int
INVALID_OPTIONS → const int
NETWORK_ERROR → const int
PAYMENT_CANCELLED → const int
TLS_ERROR → const int
UNKNOWN_ERROR → const int