RpaySuccessResponse class

Razorpay success response

Constructors

RpaySuccessResponse({required String status, required String desc, required String paymentId, required String orderId, required String signature})
RpaySuccessResponse.fromJson(String source)
factory
RpaySuccessResponse.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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
final
status String
final

Methods

copyWith({String? status, String? desc, String? paymentId, String? orderId, String? signature}) RpaySuccessResponse
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