module Moyasar::Actions::Refund::InstanceMethods
Public Instance Methods
refund(attrs = {})
click to toggle source
# File lib/moyasar/actions/refund.rb, line 22 def refund(attrs = {}) self.class.perform_refund(id, attrs) unless id.nil? end