mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
8 lines
142 B
Ruby
8 lines
142 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
class SourceTransaction < StripeObject
|
|
OBJECT_NAME = "source_transaction".freeze
|
|
end
|
|
end
|