Class: WhopSDK::Models::TransferCreateResponse::Send
Defined Under Namespace
Modules: Object
Classes: Destination, Source
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(account_id:, address:) ⇒ Object
|
# File 'lib/whop_sdk/models/transfer_create_response.rb', line 312
|
Instance Attribute Details
#amount ⇒ String
285
|
# File 'lib/whop_sdk/models/transfer_create_response.rb', line 285
required :amount, String
|
#currency ⇒ String
290
|
# File 'lib/whop_sdk/models/transfer_create_response.rb', line 290
required :currency, String
|
295
|
# File 'lib/whop_sdk/models/transfer_create_response.rb', line 295
required :destination, -> { WhopSDK::Models::TransferCreateResponse::Send::Destination }
|
300
|
# File 'lib/whop_sdk/models/transfer_create_response.rb', line 300
required :object, enum: -> { WhopSDK::Models::TransferCreateResponse::Send::Object }
|
305
|
# File 'lib/whop_sdk/models/transfer_create_response.rb', line 305
required :source, -> { WhopSDK::Models::TransferCreateResponse::Send::Source }
|
#tx_hash ⇒ String
310
|
# File 'lib/whop_sdk/models/transfer_create_response.rb', line 310
required :tx_hash, String
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/whop_sdk/models/transfer_create_response.rb', line 345
|
Instance Method Details
#to_hash ⇒ {
242
|
# File 'sig/whop_sdk/models/transfer_create_response.rbs', line 242
def to_hash: -> {
|