Class: WhopSDK::Models::ConversionCreateParams::User
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::ConversionCreateParams::User
- Defined in:
- lib/whop_sdk/models/conversion_create_params.rb
Defined Under Namespace
Modules: Gender
Instance Attribute Summary collapse
-
#anonymous_id ⇒ String?
An anonymous identifier for the user.
-
#birthdate ⇒ String?
Date of birth (YYYY-MM-DD).
-
#city ⇒ String?
City.
-
#country ⇒ String?
Country.
-
#email ⇒ String?
Email address.
-
#external_id ⇒ String?
An external identifier for the user.
-
#first_name ⇒ String?
First name.
-
#gender ⇒ Symbol, ...
Gender.
-
#last_name ⇒ String?
Last name.
-
#member_id ⇒ String?
The Whop member ID.
-
#membership_id ⇒ String?
The Whop membership ID.
-
#name ⇒ String?
Full display name.
-
#phone ⇒ String?
Phone number.
-
#postal_code ⇒ String?
Postal code.
-
#state ⇒ String?
State or region.
-
#user_id ⇒ String?
The Whop user ID.
-
#username ⇒ String?
Username.
Instance Method Summary collapse
-
#initialize(anonymous_id: nil, birthdate: nil, city: nil, country: nil, email: nil, external_id: nil, first_name: nil, gender: nil, last_name: nil, member_id: nil, membership_id: nil, name: nil, phone: nil, postal_code: nil, state: nil, user_id: nil, username: nil) ⇒ Object
constructor
User identity and profile data.
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(anonymous_id: nil, birthdate: nil, city: nil, country: nil, email: nil, external_id: nil, first_name: nil, gender: nil, last_name: nil, member_id: nil, membership_id: nil, name: nil, phone: nil, postal_code: nil, state: nil, user_id: nil, username: nil) ⇒ Object
User identity and profile data.
|
|
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 410
|
Instance Attribute Details
#anonymous_id ⇒ String?
An anonymous identifier for the user.
312 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 312 optional :anonymous_id, String, nil?: true |
#birthdate ⇒ String?
Date of birth (YYYY-MM-DD).
318 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 318 optional :birthdate, String, nil?: true |
#city ⇒ String?
City.
324 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 324 optional :city, String, nil?: true |
#country ⇒ String?
Country.
330 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 330 optional :country, String, nil?: true |
#email ⇒ String?
Email address.
336 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 336 optional :email, String, nil?: true |
#external_id ⇒ String?
An external identifier for the user.
342 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 342 optional :external_id, String, nil?: true |
#first_name ⇒ String?
First name.
348 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 348 optional :first_name, String, nil?: true |
#gender ⇒ Symbol, ...
Gender
354 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 354 optional :gender, enum: -> { WhopSDK::ConversionCreateParams::User::Gender }, nil?: true |
#last_name ⇒ String?
Last name.
360 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 360 optional :last_name, String, nil?: true |
#member_id ⇒ String?
The Whop member ID.
366 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 366 optional :member_id, String, nil?: true |
#membership_id ⇒ String?
The Whop membership ID.
372 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 372 optional :membership_id, String, nil?: true |
#name ⇒ String?
Full display name.
378 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 378 optional :name, String, nil?: true |
#phone ⇒ String?
Phone number.
384 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 384 optional :phone, String, nil?: true |
#postal_code ⇒ String?
Postal code.
390 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 390 optional :postal_code, String, nil?: true |
#state ⇒ String?
State or region.
396 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 396 optional :state, String, nil?: true |
#user_id ⇒ String?
The Whop user ID.
402 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 402 optional :user_id, String, nil?: true |
#username ⇒ String?
Username.
408 |
# File 'lib/whop_sdk/models/conversion_create_params.rb', line 408 optional :username, String, nil?: true |