mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-06 00:00:29 -05:00
8 lines
179 B
Ruby
8 lines
179 B
Ruby
module Stripe
|
|
class Transfer < APIResource
|
|
include Stripe::APIOperations::List
|
|
include Stripe::APIOperations::Create
|
|
include Stripe::APIOperations::Update
|
|
end
|
|
end
|