Class: ModernTreasury::Models::ConnectionLegalEntity
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModernTreasury::Models::ConnectionLegalEntity
- Defined in:
- lib/modern_treasury/models/connection_legal_entity.rb
Overview
Defined Under Namespace
Modules: Status
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The ID of the connection.
- #created_at ⇒ Time
- #discarded_at ⇒ Time?
- #id ⇒ String
-
#legal_entity_id ⇒ String
The ID of the legal entity.
-
#live_mode ⇒ Boolean
This field will be true if this object exists in the live environment or false if it exists in the test environment.
- #object ⇒ String
-
#status ⇒ Symbol, ModernTreasury::Models::ConnectionLegalEntity::Status
The status of the connection legal entity.
- #updated_at ⇒ Time
-
#vendor_id ⇒ String
The ID of the legal entity at the vendor.
Instance Method Summary collapse
-
#initialize(id: , connection_id: , created_at: , discarded_at: , legal_entity_id: , live_mode: , object: , status: , updated_at: , vendor_id: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see ConnectionLegalEntity for more details.
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(id: , connection_id: , created_at: , discarded_at: , legal_entity_id: , live_mode: , object: , status: , updated_at: , vendor_id: ) ⇒ Object
Some parameter documentations has been truncated, see ModernTreasury::Models::ConnectionLegalEntity for more details.
|
|
# File 'lib/modern_treasury/models/connection_legal_entity.rb', line 63
|
Instance Attribute Details
#connection_id ⇒ String
The ID of the connection.
16 |
# File 'lib/modern_treasury/models/connection_legal_entity.rb', line 16 required :connection_id, String |
#created_at ⇒ Time
21 |
# File 'lib/modern_treasury/models/connection_legal_entity.rb', line 21 required :created_at, Time |
#discarded_at ⇒ Time?
26 |
# File 'lib/modern_treasury/models/connection_legal_entity.rb', line 26 required :discarded_at, Time, nil?: true |
#id ⇒ String
10 |
# File 'lib/modern_treasury/models/connection_legal_entity.rb', line 10 required :id, String |
#legal_entity_id ⇒ String
The ID of the legal entity.
32 |
# File 'lib/modern_treasury/models/connection_legal_entity.rb', line 32 required :legal_entity_id, String |
#live_mode ⇒ Boolean
This field will be true if this object exists in the live environment or false if it exists in the test environment.
39 |
# File 'lib/modern_treasury/models/connection_legal_entity.rb', line 39 required :live_mode, ModernTreasury::Internal::Type::Boolean |
#object ⇒ String
44 |
# File 'lib/modern_treasury/models/connection_legal_entity.rb', line 44 required :object, String |
#status ⇒ Symbol, ModernTreasury::Models::ConnectionLegalEntity::Status
The status of the connection legal entity.
50 |
# File 'lib/modern_treasury/models/connection_legal_entity.rb', line 50 required :status, enum: -> { ModernTreasury::ConnectionLegalEntity::Status } |
#updated_at ⇒ Time
55 |
# File 'lib/modern_treasury/models/connection_legal_entity.rb', line 55 required :updated_at, Time |
#vendor_id ⇒ String
The ID of the legal entity at the vendor.
61 |
# File 'lib/modern_treasury/models/connection_legal_entity.rb', line 61 required :vendor_id, String |