Module: Increase::Models::InboundACHTransfer::Settlement::SettlementSchedule
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/inbound_ach_transfer.rb,
sig/increase/models/inbound_ach_transfer.rbs
Overview
The settlement schedule this transfer follows.
Constant Summary collapse
- SAME_DAY =
The transfer is expected to settle same-day.
:same_day- FUTURE_DATED =
The transfer is expected to settle on a future date.
:future_dated
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#self?.values ⇒ ::Array[Increase::Models::InboundACHTransfer::Settlement::settlement_schedule]
726 |
# File 'sig/increase/models/inbound_ach_transfer.rbs', line 726
def self?.values: -> ::Array[Increase::Models::InboundACHTransfer::Settlement::settlement_schedule]
|