Refunds class
Constructors
- Refunds.new(API api)
Properties
Methods
-
all(
{RazorpayPaginationOptions? params, String? paymentId, void callback(RazorpayApiException?, Response< RazorpayApiResponse< ?)?}) → Future<RazorpayRefund> >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