Class: WhopSDK::Models::Referrals::BusinessListResponse::VolumeUsd
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::Referrals::BusinessListResponse::VolumeUsd
- Defined in:
- lib/whop_sdk/models/referrals/business_list_response.rb,
sig/whop_sdk/models/referrals/business_list_response.rbs
Overview
Instance Attribute Summary collapse
-
#attributed ⇒ String
Credited GMV (awaiting_settlement + settled); excludes canceled and reversed, in USD.
-
#awaiting_settlement ⇒ String
GMV awaiting settlement (commission not yet computed), in USD.
-
#settled ⇒ String
GMV of pending + completed payments, in USD.
Instance Method Summary collapse
-
#initialize(attributed:, awaiting_settlement:, settled:) ⇒ Object
constructor
Some parameter documentations has been truncated, see VolumeUsd for more details.
- #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(attributed:, awaiting_settlement:, settled:) ⇒ Object
Some parameter documentations has been truncated, see WhopSDK::Models::Referrals::BusinessListResponse::VolumeUsd for more details.
|
|
# File 'lib/whop_sdk/models/referrals/business_list_response.rb', line 348
|
Instance Attribute Details
#attributed ⇒ String
Credited GMV (awaiting_settlement + settled); excludes canceled and reversed, in USD.
334 |
# File 'lib/whop_sdk/models/referrals/business_list_response.rb', line 334 required :attributed, String |
#awaiting_settlement ⇒ String
GMV awaiting settlement (commission not yet computed), in USD.
340 |
# File 'lib/whop_sdk/models/referrals/business_list_response.rb', line 340 required :awaiting_settlement, String |
#settled ⇒ String
GMV of pending + completed payments, in USD.
346 |
# File 'lib/whop_sdk/models/referrals/business_list_response.rb', line 346 required :settled, String |
Instance Method Details
#to_hash ⇒ {
258 |
# File 'sig/whop_sdk/models/referrals/business_list_response.rbs', line 258
def to_hash: -> {
|