Class: ModernTreasury::Models::InternalAccountUpdateAccountCapabilityResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModernTreasury::Models::InternalAccountUpdateAccountCapabilityResponse
- Defined in:
- lib/modern_treasury/models/internal_account_update_account_capability_response.rb
Overview
Defined Under Namespace
Modules: PaymentType
Instance Attribute Summary collapse
- #created_at ⇒ Time
-
#direction ⇒ Symbol, ModernTreasury::Models::TransactionDirection
One of ‘debit` or `credit`.
- #discarded_at ⇒ Time?
- #id ⇒ String
-
#identifier ⇒ String?
A unique reference assigned by your bank for tracking and recognizing payment files.
-
#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
-
#payment_type ⇒ Symbol, ModernTreasury::Models::InternalAccountUpdateAccountCapabilityResponse::PaymentType
Indicates the the type of payment this capability is responsible for originating.
- #updated_at ⇒ Time
Instance Method Summary collapse
-
#initialize(id: , created_at: , direction: , discarded_at: , identifier: , live_mode: , object: , payment_type: , updated_at: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see InternalAccountUpdateAccountCapabilityResponse 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: , direction: , discarded_at: , identifier: , live_mode: , object: , payment_type: , updated_at: ) ⇒ Object
Some parameter documentations has been truncated, see ModernTreasury::Models::InternalAccountUpdateAccountCapabilityResponse for more details.
|
|
# File 'lib/modern_treasury/models/internal_account_update_account_capability_response.rb', line 61
|
Instance Attribute Details
#created_at ⇒ Time
15 |
# File 'lib/modern_treasury/models/internal_account_update_account_capability_response.rb', line 15 required :created_at, Time |
#direction ⇒ Symbol, ModernTreasury::Models::TransactionDirection
One of ‘debit` or `credit`. Indicates the direction of money movement this capability is responsible for.
22 |
# File 'lib/modern_treasury/models/internal_account_update_account_capability_response.rb', line 22 required :direction, enum: -> { ModernTreasury::TransactionDirection } |
#discarded_at ⇒ Time?
27 |
# File 'lib/modern_treasury/models/internal_account_update_account_capability_response.rb', line 27 required :discarded_at, Time, nil?: true |
#id ⇒ String
10 |
# File 'lib/modern_treasury/models/internal_account_update_account_capability_response.rb', line 10 required :id, String |
#identifier ⇒ String?
A unique reference assigned by your bank for tracking and recognizing payment files. It is important this is formatted exactly how the bank assigned it.
34 |
# File 'lib/modern_treasury/models/internal_account_update_account_capability_response.rb', line 34 required :identifier, String, nil?: true |
#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.
41 |
# File 'lib/modern_treasury/models/internal_account_update_account_capability_response.rb', line 41 required :live_mode, ModernTreasury::Internal::Type::Boolean |
#object ⇒ String
46 |
# File 'lib/modern_treasury/models/internal_account_update_account_capability_response.rb', line 46 required :object, String |
#payment_type ⇒ Symbol, ModernTreasury::Models::InternalAccountUpdateAccountCapabilityResponse::PaymentType
Indicates the the type of payment this capability is responsible for originating.
53 54 |
# File 'lib/modern_treasury/models/internal_account_update_account_capability_response.rb', line 53 required :payment_type, enum: -> { ModernTreasury::Models::InternalAccountUpdateAccountCapabilityResponse::PaymentType } |
#updated_at ⇒ Time
59 |
# File 'lib/modern_treasury/models/internal_account_update_account_capability_response.rb', line 59 required :updated_at, Time |