DevRzpGetway class abstract
Dev
- Implementers
Constructors
- DevRzpGetway({required dynamic onPaymentSuccess(PaymentSuccessResponse), required dynamic onPaymentError(PaymentFailureResponse), required dynamic onExternalWallet(ExternalWalletResponse)})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onExternalWallet ↔ dynamic Function(ExternalWalletResponse)
-
getter/setter pair
- onPaymentError ↔ dynamic Function(PaymentFailureResponse)
-
getter/setter pair
- onPaymentSuccess ↔ dynamic Function(PaymentSuccessResponse)
-
getter/setter pair
- 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
-
openCheckout(
{required String name, required String email, required String desc, required String phone, required double amount, required String key, required String secret, required int timeout}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited