Class: Lithic::Models::ExternalBankAccountUpdateParams

Inherits:
Internal::Type::BaseModel show all
Extended by:
Internal::Type::RequestParameters::Converter
Includes:
Internal::Type::RequestParameters
Defined in:
lib/lithic/models/external_bank_account_update_params.rb

Overview

Defined Under Namespace

Modules: Type

Instance Attribute Summary collapse

Attributes included from Internal::Type::RequestParameters

#request_options

Method Summary

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

Methods inherited from Internal::Type::BaseModel

#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

This class inherits a constructor from Lithic::Internal::Type::BaseModel

Instance Attribute Details

#addressLithic::Models::ExternalBankAccountAddress?

Address



14
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 14

optional :address, -> { Lithic::ExternalBankAccountAddress }

#company_idString?

Optional field that helps identify bank accounts in receipts



20
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 20

optional :company_id, String

#dobDate?

Date of Birth of the Individual that owns the external bank account



26
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 26

optional :dob, Date

#doing_business_asString?

Doing Business As



32
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 32

optional :doing_business_as, String

#nameString?

The nickname for this External Bank Account



38
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 38

optional :name, String

#ownerString?

Legal Name of the business or individual who owns the external account. This will appear in statements



45
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 45

optional :owner, String

#owner_typeSymbol, ...

Owner Type



51
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 51

optional :owner_type, enum: -> { Lithic::OwnerType }

#typeSymbol, ...



56
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 56

optional :type, enum: -> { Lithic::ExternalBankAccountUpdateParams::Type }

#user_defined_idString?

User Defined ID



62
# File 'lib/lithic/models/external_bank_account_update_params.rb', line 62

optional :user_defined_id, String