mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
9 lines
174 B
Ruby
9 lines
174 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
class SourceTransaction < StripeObject
|
|
OBJECT_NAME = "source_transaction"
|
|
end
|
|
end
|