Module: Remit::CancelSubscriptionAndRefund
- Included in:
- API
- Defined in:
- lib/remit2/operations/cancel_subscription_and_refund.rb
Defined Under Namespace
Classes: InnerResponse, Request, Response
Instance Method Summary
collapse
Instance Method Details
#cancel_subscription_and_refund(request = Request.new) ⇒ Object
22
23
24
|
# File 'lib/remit2/operations/cancel_subscription_and_refund.rb', line 22
def cancel_subscription_and_refund(request = Request.new)
call(request, Response)
end
|