Class: Onlyfans::Models::SmartLinkListResponse::Data::Cost

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/onlyfans/models/smart_link_list_response.rb

Overview

See Also:

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

#initialize(click_source_count: nil, input_mode: nil, input_value: nil, per_click: nil, per_promo: nil, per_sub: nil, subscriber_source_count: nil) ⇒ Object

Parameters:

  • click_source_count (Integer) (defaults to: nil)
  • input_mode (String, nil) (defaults to: nil)
  • input_value (String, nil) (defaults to: nil)
  • per_click (String, nil) (defaults to: nil)
  • per_promo (String, nil) (defaults to: nil)
  • per_sub (String, nil) (defaults to: nil)
  • subscriber_source_count (Integer) (defaults to: nil)


# File 'lib/onlyfans/models/smart_link_list_response.rb', line 260

Instance Attribute Details

#click_source_countInteger?

Returns:

  • (Integer, nil)


228
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 228

optional :click_source_count, Integer, api_name: :clickSourceCount

#input_modeString?

Returns:

  • (String, nil)


233
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 233

optional :input_mode, String, api_name: :inputMode, nil?: true

#input_valueString?

Returns:

  • (String, nil)


238
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 238

optional :input_value, String, api_name: :inputValue, nil?: true

#per_clickString?

Returns:

  • (String, nil)


243
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 243

optional :per_click, String, api_name: :perClick, nil?: true

#per_promoString?

Returns:

  • (String, nil)


248
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 248

optional :per_promo, String, api_name: :perPromo, nil?: true

#per_subString?

Returns:

  • (String, nil)


253
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 253

optional :per_sub, String, api_name: :perSub, nil?: true

#subscriber_source_countInteger?

Returns:

  • (Integer, nil)


258
# File 'lib/onlyfans/models/smart_link_list_response.rb', line 258

optional :subscriber_source_count, Integer, api_name: :subscriberSourceCount