Module: WhopSDK::Models::Transfer::Origin
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/whop_sdk/models/transfer.rb
Overview
The entity that sent the transferred funds.
Defined Under Namespace
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(id:, name:, username:, typename: :User) ⇒ Object
A user account on Whop.
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
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
.variants ⇒ Array(WhopSDK::Models::Transfer::Origin::User, WhopSDK::Models::Transfer::Origin::Company)
|
|
# File 'lib/whop_sdk/models/transfer.rb', line 294
|
Instance Method Details
#initialize(id:, name:, username:, typename: :User) ⇒ Object
A user account on Whop. Contains profile information, identity details, and social connections.
|
|
# File 'lib/whop_sdk/models/transfer.rb', line 240
|