Class: WhopSDK::Models::Payouts::MethodListResponse::Quote::Instant
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::Payouts::MethodListResponse::Quote::Instant
- Defined in:
- lib/whop_sdk/models/payouts/method_list_response.rb,
sig/whop_sdk/models/payouts/method_list_response.rbs
Overview
Instance Attribute Summary collapse
-
#estimated_arrival ⇒ Time
Estimated time the funds become available.
-
#fee ⇒ Float
Total fee charged, in the withdrawal currency.
-
#total_received ⇒ Float
Amount delivered after fees, in the withdrawal currency.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
178 |
# File 'sig/whop_sdk/models/payouts/method_list_response.rbs', line 178
def initialize: (
|
Instance Attribute Details
#estimated_arrival ⇒ Time
Estimated time the funds become available.
240 |
# File 'lib/whop_sdk/models/payouts/method_list_response.rb', line 240 required :estimated_arrival, Time |
#fee ⇒ Float
Total fee charged, in the withdrawal currency.
246 |
# File 'lib/whop_sdk/models/payouts/method_list_response.rb', line 246 required :fee, Float |
#total_received ⇒ Float
Amount delivered after fees, in the withdrawal currency.
252 |
# File 'lib/whop_sdk/models/payouts/method_list_response.rb', line 252 required :total_received, Float |
Instance Method Details
#to_hash ⇒ {
184 |
# File 'sig/whop_sdk/models/payouts/method_list_response.rbs', line 184
def to_hash: -> {
|