Class: Stripe::V2::Core::Account::Configuration::MoneyManager::Capabilities::ReceivedDebits

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/v2/core/account.rb

Defined Under Namespace

Classes: BankAccounts

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

Class Method Summary collapse

Methods inherited from StripeObject

#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#bank_accountsObject (readonly)

Can receive debits to a FinancialAccount from a bank account.



11993
11994
11995
# File 'lib/stripe/resources/v2/core/account.rb', line 11993

def bank_accounts
  @bank_accounts
end

Class Method Details

.field_encodingsObject



12003
12004
12005
12006
12007
12008
12009
12010
12011
12012
12013
12014
12015
12016
12017
12018
12019
12020
# File 'lib/stripe/resources/v2/core/account.rb', line 12003

def self.field_encodings
  @field_encodings = {
    bank_accounts: {
      kind: :object,
      fields: {
        protections: {
          kind: :object,
          fields: {
            psp_migration: {
              kind: :object,
              fields: { expires_at: :int64_string, requested_at: :int64_string },
            },
          },
        },
      },
    },
  }
end

.field_remappingsObject



11999
12000
12001
# File 'lib/stripe/resources/v2/core/account.rb', line 11999

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



11995
11996
11997
# File 'lib/stripe/resources/v2/core/account.rb', line 11995

def self.inner_class_types
  @inner_class_types = { bank_accounts: BankAccounts }
end