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