Class: Increase::Models::InboundACHTransfer::Settlement
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::InboundACHTransfer::Settlement
- Defined in:
- lib/increase/models/inbound_ach_transfer.rb
Overview
Defined Under Namespace
Modules: SettlementSchedule
Instance Attribute Summary collapse
-
#settled_at ⇒ Time
When the funds for this transfer settle at the recipient bank at the Federal Reserve.
-
#settlement_schedule ⇒ Symbol, Increase::Models::InboundACHTransfer::Settlement::SettlementSchedule
The settlement schedule this transfer follows.
Instance Method Summary collapse
-
#initialize(settled_at: , settlement_schedule: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see Settlement 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(settled_at: , settlement_schedule: ) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::InboundACHTransfer::Settlement for more details.
A subhash containing information about when and how the transfer settled at the Federal Reserve.
|
|
# File 'lib/increase/models/inbound_ach_transfer.rb', line 918
|
Instance Attribute Details
#settled_at ⇒ Time
When the funds for this transfer settle at the recipient bank at the Federal Reserve.
910 |
# File 'lib/increase/models/inbound_ach_transfer.rb', line 910 required :settled_at, Time |
#settlement_schedule ⇒ Symbol, Increase::Models::InboundACHTransfer::Settlement::SettlementSchedule
The settlement schedule this transfer follows.
916 |
# File 'lib/increase/models/inbound_ach_transfer.rb', line 916 required :settlement_schedule, enum: -> { Increase::InboundACHTransfer::Settlement::SettlementSchedule } |