mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-30 00:00:47 -05:00
6 lines
111 B
Ruby
6 lines
111 B
Ruby
module Stripe
|
|
class SourceTransaction < StripeObject
|
|
OBJECT_NAME = "source_transaction".freeze
|
|
end
|
|
end
|