Module: Straddle::Models::FundingEventType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/straddle/models/funding_event_type.rb,
sig/straddle/models/funding_event_type.rbs
Overview
Reason for the funding event. charge_deposit settles collected charges to the
linked bank account. charge_reversal withdraws funds for reversed charges.
payout_withdrawal withdraws funds for payouts. payout_return deposits
returned payout funds.
Constant Summary collapse
- CHARGE_DEPOSIT =
:charge_deposit- CHARGE_REVERSAL =
:charge_reversal- PAYOUT_RETURN =
:payout_return- PAYOUT_WITHDRAWAL =
:payout_withdrawal
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/straddle/models/funding_event_type.rb', line 17
|
Instance Method Details
#self?.values ⇒ ::Array[Straddle::Models::funding_event_type]
14 |
# File 'sig/straddle/models/funding_event_type.rbs', line 14
def self?.values: -> ::Array[Straddle::Models::funding_event_type]
|