mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-05-28 00:02:13 -04:00
7 lines
105 B
Ruby
7 lines
105 B
Ruby
module Stripe
|
|
class RecipientTransfer < StripeObject
|
|
|
|
OBJECT_NAME = 'recipient_transfer'
|
|
end
|
|
end
|