Sha256: 6a72b7ac1229f6b8f1514c48c5458527bec4c5f0192df05e9da8abb0d79d6419
Contents?: true
Size: 478 Bytes
Versions: 54
Compression:
Stored size: 478 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" def self.object_name "source_transaction" end end end
Version data entries
54 entries across 54 versions & 1 rubygems