RpayFailedResponse class
Razorpay failed response
Constructors
- RpayFailedResponse({required String status, required String desc, required String reason, required String orderId, required String paymentId})
- RpayFailedResponse.fromJson(String source)
-
factory
-
RpayFailedResponse.fromMap(Map<
String, dynamic> map) -
factory
Properties
Methods
-
copyWith(
{String? status, String? desc, String? reason, String? orderId, String? paymentId}) → RpayFailedResponse -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override