Class: Onlyfans::Models::TrackingLinkRetrieveResponse::Data::Cost
Overview
Instance Attribute Summary collapse
Method Summary
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
Instance Attribute Details
#click_source_count ⇒ Integer?
200
|
# File 'lib/onlyfans/models/tracking_link_retrieve_response.rb', line 200
optional :click_source_count, Integer, api_name: :clickSourceCount
|
205
|
# File 'lib/onlyfans/models/tracking_link_retrieve_response.rb', line 205
optional :input_mode, String, api_name: :inputMode, nil?: true
|
210
|
# File 'lib/onlyfans/models/tracking_link_retrieve_response.rb', line 210
optional :input_value, String, api_name: :inputValue, nil?: true
|
#per_click ⇒ String?
215
|
# File 'lib/onlyfans/models/tracking_link_retrieve_response.rb', line 215
optional :per_click, String, api_name: :perClick, nil?: true
|
220
|
# File 'lib/onlyfans/models/tracking_link_retrieve_response.rb', line 220
optional :per_promo, String, api_name: :perPromo, nil?: true
|
#per_sub ⇒ String?
225
|
# File 'lib/onlyfans/models/tracking_link_retrieve_response.rb', line 225
optional :per_sub, String, api_name: :perSub, nil?: true
|
#subscriber_source_count ⇒ Integer?
230
|
# File 'lib/onlyfans/models/tracking_link_retrieve_response.rb', line 230
optional :subscriber_source_count, Integer, api_name: :subscriberSourceCount
|