Module: Straddle::Models::LinkedBankAccount::Purpose
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/straddle/models/linked_bank_account.rb,
sig/straddle/models/linked_bank_account.rbs
Constant Summary collapse
- CHARGES =
:charges- PAYOUTS =
:payouts- BILLING =
:billing
Instance Method Summary collapse
- #initialize(id:, account_id:, bank_account:, created_at:, purposes:, status:, status_detail:, updated_at:, description: nil, metadata: nil, platform_id: nil) ⇒ Object
- #self?.values ⇒ ::Array[Straddle::Models::LinkedBankAccount::purpose]
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
#initialize(id:, account_id:, bank_account:, created_at:, purposes:, status:, status_detail:, updated_at:, description: nil, metadata: nil, platform_id: nil) ⇒ Object
93 94 95 96 97 98 99 100 101 102 |
# File 'lib/straddle/models/linked_bank_account.rb', line 93 module Purpose extend Straddle::Internal::Type::Enum CHARGES = :charges PAYOUTS = :payouts BILLING = :billing # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[Straddle::Models::LinkedBankAccount::purpose]
78 |
# File 'sig/straddle/models/linked_bank_account.rbs', line 78
def self?.values: -> ::Array[Straddle::Models::LinkedBankAccount::purpose]
|