Refunds class

Constructors

Refunds.new(API api)

Properties

api API
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

all({RazorpayPaginationOptions? params, String? paymentId, void callback(RazorpayApiException?, Response<RazorpayApiResponse<RazorpayRefund>>?)?}) Future<Response<RazorpayApiResponse<RazorpayRefund>>>
Get all refunds (can be filtered by payment_id)
edit({required String refundId, required RazorpayRefundUpdateRequestBody params, void callback(RazorpayApiException?, Response<RazorpayRefund>?)?}) Future<Response<RazorpayRefund>>
Edit a refund given Refund ID (Update notes)
fetch({required String refundId, String? paymentId, void callback(RazorpayApiException?, Response<RazorpayRefund>?)?}) Future<Response<RazorpayRefund>>
Fetch a refund given Refund ID (optionally within payment context)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited