Class: ModernTreasury::Models::Connection
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModernTreasury::Models::Connection
- Defined in:
- lib/modern_treasury/models/connection.rb
Overview
Instance Attribute Summary collapse
- #created_at ⇒ Time
- #discarded_at ⇒ Time?
- #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.
- #object ⇒ String
- #updated_at ⇒ Time
-
#vendor_customer_id ⇒ String?
An identifier given to this connection by the bank.
-
#vendor_id ⇒ String
Unique identifier for the bank or vendor.
-
#vendor_name ⇒ String
A human-friendly name for the bank or vendor.
Instance Method Summary collapse
-
#initialize(id: , created_at: , discarded_at: , live_mode: , object: , updated_at: , vendor_customer_id: , vendor_id: , vendor_name: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see Connection 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: , created_at: , discarded_at: , live_mode: , object: , updated_at: , vendor_customer_id: , vendor_id: , vendor_name: ) ⇒ Object
Some parameter documentations has been truncated, see ModernTreasury::Models::Connection for more details.
|
|
# File 'lib/modern_treasury/models/connection.rb', line 57
|
Instance Attribute Details
#created_at ⇒ Time
15 |
# File 'lib/modern_treasury/models/connection.rb', line 15 required :created_at, Time |
#discarded_at ⇒ Time?
20 |
# File 'lib/modern_treasury/models/connection.rb', line 20 required :discarded_at, Time, nil?: true |
#id ⇒ String
10 |
# File 'lib/modern_treasury/models/connection.rb', line 10 required :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.
27 |
# File 'lib/modern_treasury/models/connection.rb', line 27 required :live_mode, ModernTreasury::Internal::Type::Boolean |
#object ⇒ String
32 |
# File 'lib/modern_treasury/models/connection.rb', line 32 required :object, String |
#updated_at ⇒ Time
37 |
# File 'lib/modern_treasury/models/connection.rb', line 37 required :updated_at, Time |
#vendor_customer_id ⇒ String?
An identifier given to this connection by the bank.
43 |
# File 'lib/modern_treasury/models/connection.rb', line 43 required :vendor_customer_id, String, nil?: true |
#vendor_id ⇒ String
Unique identifier for the bank or vendor.
49 |
# File 'lib/modern_treasury/models/connection.rb', line 49 required :vendor_id, String |
#vendor_name ⇒ String
A human-friendly name for the bank or vendor.
55 |
# File 'lib/modern_treasury/models/connection.rb', line 55 required :vendor_name, String |