Class: Onlyfans::Models::ChargebackListResponse::Data::List::Payment::User

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/onlyfans/models/chargeback_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(id: nil, avatar: nil, avatar_thumbs: nil, is_verified: nil, name: nil, username: nil, view: nil) ⇒ Object

Parameters:

  • id (Integer) (defaults to: nil)
  • avatar (String, nil) (defaults to: nil)
  • avatar_thumbs (String, nil) (defaults to: nil)
  • is_verified (Boolean) (defaults to: nil)
  • name (String) (defaults to: nil)
  • username (String) (defaults to: nil)
  • view (String) (defaults to: nil)


# File 'lib/onlyfans/models/chargeback_list_response.rb', line 276

Instance Attribute Details

#avatarString?

Returns:

  • (String, nil)


249
# File 'lib/onlyfans/models/chargeback_list_response.rb', line 249

optional :avatar, String, nil?: true

#avatar_thumbsString?

Returns:

  • (String, nil)


254
# File 'lib/onlyfans/models/chargeback_list_response.rb', line 254

optional :avatar_thumbs, String, api_name: :avatarThumbs, nil?: true

#idInteger?

Returns:

  • (Integer, nil)


244
# File 'lib/onlyfans/models/chargeback_list_response.rb', line 244

optional :id, Integer

#is_verifiedBoolean?

Returns:

  • (Boolean, nil)


259
# File 'lib/onlyfans/models/chargeback_list_response.rb', line 259

optional :is_verified, Onlyfans::Internal::Type::Boolean, api_name: :isVerified

#nameString?

Returns:

  • (String, nil)


264
# File 'lib/onlyfans/models/chargeback_list_response.rb', line 264

optional :name, String

#usernameString?

Returns:

  • (String, nil)


269
# File 'lib/onlyfans/models/chargeback_list_response.rb', line 269

optional :username, String

#viewString?

Returns:

  • (String, nil)


274
# File 'lib/onlyfans/models/chargeback_list_response.rb', line 274

optional :view, String