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
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