Class: ModernTreasury::Models::InternalAccountUpdateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModernTreasury::Models::InternalAccountUpdateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/modern_treasury/models/internal_account_update_params.rb
Overview
Instance Attribute Summary collapse
-
#counterparty_id ⇒ String?
The Counterparty associated to this account.
-
#ledger_account_id ⇒ String?
The Ledger Account associated to this account.
-
#metadata ⇒ Hash{Symbol=>String}?
Additional data in the form of key-value pairs.
-
#name ⇒ String?
The nickname for the internal account.
-
#parent_account_id ⇒ String?
The parent internal account for this account.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(counterparty_id: nil, ledger_account_id: nil, metadata: nil, name: nil, parent_account_id: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see InternalAccountUpdateParams for more details.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
#initialize(counterparty_id: nil, ledger_account_id: nil, metadata: nil, name: nil, parent_account_id: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see ModernTreasury::Models::InternalAccountUpdateParams for more details.
|
|
# File 'lib/modern_treasury/models/internal_account_update_params.rb', line 41
|
Instance Attribute Details
#counterparty_id ⇒ String?
The Counterparty associated to this account.
14 |
# File 'lib/modern_treasury/models/internal_account_update_params.rb', line 14 optional :counterparty_id, String |
#ledger_account_id ⇒ String?
The Ledger Account associated to this account.
20 |
# File 'lib/modern_treasury/models/internal_account_update_params.rb', line 20 optional :ledger_account_id, String |
#metadata ⇒ Hash{Symbol=>String}?
Additional data in the form of key-value pairs. Pairs can be removed by passing an empty string or ‘null` as the value.
27 |
# File 'lib/modern_treasury/models/internal_account_update_params.rb', line 27 optional :metadata, ModernTreasury::Internal::Type::HashOf[String] |
#name ⇒ String?
The nickname for the internal account.
33 |
# File 'lib/modern_treasury/models/internal_account_update_params.rb', line 33 optional :name, String |
#parent_account_id ⇒ String?
The parent internal account for this account.
39 |
# File 'lib/modern_treasury/models/internal_account_update_params.rb', line 39 optional :parent_account_id, String |