mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-07 00:05:33 -04:00
8 lines
177 B
Ruby
8 lines
177 B
Ruby
module Stripe
|
|
class Refund < APIResource
|
|
include Stripe::APIOperations::Create
|
|
include Stripe::APIOperations::List
|
|
include Stripe::APIOperations::Update
|
|
end
|
|
end
|