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

desc String
final
hashCode int
The hash code for this object.
no setteroverride
orderId String
final
paymentId String
final
reason String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final

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