Class: WhopSDK::Models::DepositCreateParams::Destination::UnionMember1
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::DepositCreateParams::Destination::UnionMember1
- Defined in:
- lib/whop_sdk/models/deposit_create_params.rb,
sig/whop_sdk/models/deposit_create_params.rbs
Instance Attribute Summary collapse
-
#account_id ⇒ String?
Destination account ID.
-
#address ⇒ String?
Destination wallet address.
-
#network ⇒ String?
Destination wallet network.
Instance Method Summary collapse
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(account_id: nil, address: nil, network: nil) ⇒ Object
|
|
# File 'lib/whop_sdk/models/deposit_create_params.rb', line 77
|
Instance Attribute Details
#account_id ⇒ String?
Destination account ID.
63 |
# File 'lib/whop_sdk/models/deposit_create_params.rb', line 63 optional :account_id, String |
#address ⇒ String?
Destination wallet address.
69 |
# File 'lib/whop_sdk/models/deposit_create_params.rb', line 69 optional :address, String |
#network ⇒ String?
Destination wallet network.
75 |
# File 'lib/whop_sdk/models/deposit_create_params.rb', line 75 optional :network, String |
Instance Method Details
#to_hash ⇒ {
72 |
# File 'sig/whop_sdk/models/deposit_create_params.rbs', line 72
def to_hash: -> {
|