Class: Onlyfans::Models::TrialLinkRetrieveResponse::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?
212
|
# File 'lib/onlyfans/models/trial_link_retrieve_response.rb', line 212
optional :click_source_count, Integer, api_name: :clickSourceCount
|
217
|
# File 'lib/onlyfans/models/trial_link_retrieve_response.rb', line 217
optional :input_mode, String, api_name: :inputMode, nil?: true
|
222
|
# File 'lib/onlyfans/models/trial_link_retrieve_response.rb', line 222
optional :input_value, String, api_name: :inputValue, nil?: true
|
#per_click ⇒ String?
227
|
# File 'lib/onlyfans/models/trial_link_retrieve_response.rb', line 227
optional :per_click, String, api_name: :perClick, nil?: true
|
232
|
# File 'lib/onlyfans/models/trial_link_retrieve_response.rb', line 232
optional :per_promo, String, api_name: :perPromo, nil?: true
|
#per_sub ⇒ String?
237
|
# File 'lib/onlyfans/models/trial_link_retrieve_response.rb', line 237
optional :per_sub, String, api_name: :perSub, nil?: true
|
#subscriber_source_count ⇒ Integer?
242
|
# File 'lib/onlyfans/models/trial_link_retrieve_response.rb', line 242
optional :subscriber_source_count, Integer, api_name: :subscriberSourceCount
|