class Razorpay::Refund
Refund
class handles all refund objects
Public Class Methods
all(options = {})
click to toggle source
# File lib/razorpay/refund.rb, line 15 def self.all(options = {}) request.all options end
create(options)
click to toggle source
# File lib/razorpay/refund.rb, line 11 def self.create(options) request.create options end
fetch(id)
click to toggle source
# File lib/razorpay/refund.rb, line 19 def self.fetch(id) request.fetch id end
request()
click to toggle source
# File lib/razorpay/refund.rb, line 7 def self.request Razorpay::Request.new('refunds') end