Sha256: 3952e073110de708d000d213ae71dc7cf2fff3cdccb19a64f3ce938124df5446
Contents?: true
Size: 418 Bytes
Versions: 70
Compression:
Stored size: 418 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # Some payment methods have no required amount that a customer must send. # Customers can be instructed to send any amount, and it can be made up of # multiple transactions. As such, sources can have multiple associated # transactions. class SourceTransaction < StripeObject OBJECT_NAME = "source_transaction" end end
Version data entries
70 entries across 70 versions & 1 rubygems