Sha256: 192dd5989a666f7f07c6e1dec2ce574078b425eb68b08694915553c4b616515f

Contents?: true

Size: 1.42 KB

Versions: 49

Compression:

Stored size: 1.42 KB

Contents

# File generated from our OpenAPI spec
# frozen_string_literal: true

module Stripe
  module Treasury
    # ReceivedCredits represent funds sent to a [FinancialAccount](https://stripe.com/docs/api#financial_accounts) (for example, via ACH or wire). These money movements are not initiated from the FinancialAccount.
    class ReceivedCredit < APIResource
      extend Stripe::APIOperations::List

      OBJECT_NAME = "treasury.received_credit"
      def self.object_name
        "treasury.received_credit"
      end

      # Returns a list of ReceivedCredits.
      def self.list(filters = {}, opts = {})
        request_stripe_object(
          method: :get,
          path: "/v1/treasury/received_credits",
          params: filters,
          opts: opts
        )
      end

      def test_helpers
        TestHelpers.new(self)
      end

      class TestHelpers < APIResourceTestHelpers
        RESOURCE_CLASS = ReceivedCredit
        def self.resource_class
          "ReceivedCredit"
        end

        # Use this endpoint to simulate a test mode ReceivedCredit initiated by a third party. In live mode, you can't directly create ReceivedCredits initiated by third parties.
        def self.create(params = {}, opts = {})
          request_stripe_object(
            method: :post,
            path: "/v1/test_helpers/treasury/received_credits",
            params: params,
            opts: opts
          )
        end
      end
    end
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
stripe-13.3.0.pre.beta.1 lib/stripe/resources/treasury/received_credit.rb
stripe-13.2.0 lib/stripe/resources/treasury/received_credit.rb
stripe-13.1.2 lib/stripe/resources/treasury/received_credit.rb
stripe-13.2.0.pre.beta.3 lib/stripe/resources/treasury/received_credit.rb
stripe-13.2.0.pre.beta.2 lib/stripe/resources/treasury/received_credit.rb
stripe-13.1.1 lib/stripe/resources/treasury/received_credit.rb
stripe-13.2.0.pre.beta.1 lib/stripe/resources/treasury/received_credit.rb
stripe-13.1.0 lib/stripe/resources/treasury/received_credit.rb
stripe-13.0.2 lib/stripe/resources/treasury/received_credit.rb
stripe-13.1.0.pre.beta.3 lib/stripe/resources/treasury/received_credit.rb
stripe-13.0.1 lib/stripe/resources/treasury/received_credit.rb
stripe-13.1.0.pre.beta.2 lib/stripe/resources/treasury/received_credit.rb
stripe-13.0.0 lib/stripe/resources/treasury/received_credit.rb
stripe-12.7.0.pre.beta.2 lib/stripe/resources/treasury/received_credit.rb
stripe-12.7.0.pre.beta.1 lib/stripe/resources/treasury/received_credit.rb
stripe-12.6.0 lib/stripe/resources/treasury/received_credit.rb
stripe-12.6.0.pre.beta.1 lib/stripe/resources/treasury/received_credit.rb
stripe-12.5.0 lib/stripe/resources/treasury/received_credit.rb
stripe-12.5.0.pre.beta.2 lib/stripe/resources/treasury/received_credit.rb
stripe-12.5.0.pre.beta.1 lib/stripe/resources/treasury/received_credit.rb