Class: WhopSDK::Models::VerificationUpdateParams::Body::UpdateBusinessVerification
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::VerificationUpdateParams::Body::UpdateBusinessVerification
- Defined in:
- lib/whop_sdk/models/verification_update_params.rb,
sig/whop_sdk/models/verification_update_params.rbs
Defined Under Namespace
Classes: BusinessAddress, RequestedInformation
Instance Attribute Summary collapse
-
#business_address ⇒ WhopSDK::Models::VerificationUpdateParams::Body::UpdateBusinessVerification::BusinessAddress?
Business address.
-
#business_name ⇒ String?
Legal business name.
-
#business_structure ⇒ String?
Legal entity structure of the business, such as
private_corporationorsole_proprietorship. -
#country ⇒ String?
Two-letter ISO 3166-1 country code, for example
US,DE, orGB. -
#requested_information ⇒ Array<WhopSDK::Models::VerificationUpdateParams::Body::UpdateBusinessVerification::RequestedInformation>?
Answers to items returned in
requested_information.
Instance Method Summary collapse
-
#initialize(city: nil, country: nil, line1: nil, line2: nil, postal_code: nil, state: nil) ⇒ Object
constructor
Business address.
- #to_hash ⇒ {
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(city: nil, country: nil, line1: nil, line2: nil, postal_code: nil, state: nil) ⇒ Object
Business address.
|
|
# File 'lib/whop_sdk/models/verification_update_params.rb', line 348
|
Instance Attribute Details
#business_address ⇒ WhopSDK::Models::VerificationUpdateParams::Body::UpdateBusinessVerification::BusinessAddress?
Business address.
315 316 |
# File 'lib/whop_sdk/models/verification_update_params.rb', line 315 optional :business_address, -> { WhopSDK::VerificationUpdateParams::Body::UpdateBusinessVerification::BusinessAddress } |
#business_name ⇒ String?
Legal business name.
322 |
# File 'lib/whop_sdk/models/verification_update_params.rb', line 322 optional :business_name, String |
#business_structure ⇒ String?
Legal entity structure of the business, such as private_corporation or
sole_proprietorship. Supported values vary by country of incorporation — see
Business structures.
330 |
# File 'lib/whop_sdk/models/verification_update_params.rb', line 330 optional :business_structure, String |
#country ⇒ String?
Two-letter ISO 3166-1 country code, for example US, DE, or GB.
336 |
# File 'lib/whop_sdk/models/verification_update_params.rb', line 336 optional :country, String |
#requested_information ⇒ Array<WhopSDK::Models::VerificationUpdateParams::Body::UpdateBusinessVerification::RequestedInformation>?
Answers to items returned in requested_information. Each entry must include
the requested item id and exactly one answer payload matching the item's
type: value for text, date, or phone; address for address; files
for files.
345 346 |
# File 'lib/whop_sdk/models/verification_update_params.rb', line 345 optional :requested_information, -> { WhopSDK::Internal::Type::ArrayOf[WhopSDK::VerificationUpdateParams::Body::UpdateBusinessVerification::RequestedInformation] } |
Instance Method Details
#to_hash ⇒ {
347 |
# File 'sig/whop_sdk/models/verification_update_params.rbs', line 347
def to_hash: -> {
|