lib/stripe/resources/treasury/received_credit.rb in stripe-7.1.0 vs lib/stripe/resources/treasury/received_credit.rb in stripe-7.2.0.pre.beta.1
- old
+ new
@@ -1,9 +1,10 @@
# 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"