Class: WhopSDK::Models::Payouts::MethodListResponse::Quote::Instant

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/whop_sdk/models/payouts/method_list_response.rb,
sig/whop_sdk/models/payouts/method_list_response.rbs

Overview

See Also:

  • WhopSDK::Models::Payouts::MethodListResponse::Quote#instant

Instance Attribute Summary collapse

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

#initializeObject



178
# File 'sig/whop_sdk/models/payouts/method_list_response.rbs', line 178

def initialize: (

Instance Attribute Details

#estimated_arrivalTime

Estimated time the funds become available.

Parameters:

  • value (Time)

Returns:

  • (Time)


240
# File 'lib/whop_sdk/models/payouts/method_list_response.rb', line 240

required :estimated_arrival, Time

#feeFloat

Total fee charged, in the withdrawal currency.

Parameters:

  • value (Float)

Returns:

  • (Float)


246
# File 'lib/whop_sdk/models/payouts/method_list_response.rb', line 246

required :fee, Float

#total_receivedFloat

Amount delivered after fees, in the withdrawal currency.

Parameters:

  • value (Float)

Returns:

  • (Float)


252
# File 'lib/whop_sdk/models/payouts/method_list_response.rb', line 252

required :total_received, Float

Instance Method Details

#to_hash{

Returns:

  • ({)


184
# File 'sig/whop_sdk/models/payouts/method_list_response.rbs', line 184

def to_hash: -> {