Class: Sentdm::Models::ProfileDetail::Brand::Business
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Sentdm::Models::ProfileDetail::Brand::Business
- Defined in:
- lib/sentdm/models/profile_detail.rb
Overview
Instance Attribute Summary collapse
-
#city ⇒ String?
City.
-
#country ⇒ String?
Country code (e.g., US, CA).
-
#country_of_registration ⇒ String?
Country where the business is registered.
-
#entity_type ⇒ String?
Business entity type.
-
#legal_name ⇒ String?
Legal business name.
-
#postal_code ⇒ String?
Postal/ZIP code.
-
#state ⇒ String?
State/province code.
-
#street ⇒ String?
Street address.
-
#tax_id ⇒ String?
Tax ID/EIN number.
-
#tax_id_type ⇒ String?
Type of tax ID (e.g., us_ein, ca_bn).
-
#url ⇒ String?
Business website URL.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
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
This class inherits a constructor from Sentdm::Internal::Type::BaseModel
Instance Attribute Details
#city ⇒ String?
City
368 |
# File 'lib/sentdm/models/profile_detail.rb', line 368 optional :city, String, nil?: true |
#country ⇒ String?
Country code (e.g., US, CA)
374 |
# File 'lib/sentdm/models/profile_detail.rb', line 374 optional :country, String, nil?: true |
#country_of_registration ⇒ String?
Country where the business is registered
380 |
# File 'lib/sentdm/models/profile_detail.rb', line 380 optional :country_of_registration, String, nil?: true |
#entity_type ⇒ String?
Business entity type
386 |
# File 'lib/sentdm/models/profile_detail.rb', line 386 optional :entity_type, String, nil?: true |
#legal_name ⇒ String?
Legal business name
392 |
# File 'lib/sentdm/models/profile_detail.rb', line 392 optional :legal_name, String, nil?: true |
#postal_code ⇒ String?
Postal/ZIP code
398 |
# File 'lib/sentdm/models/profile_detail.rb', line 398 optional :postal_code, String, nil?: true |
#state ⇒ String?
State/province code
404 |
# File 'lib/sentdm/models/profile_detail.rb', line 404 optional :state, String, nil?: true |
#street ⇒ String?
Street address
410 |
# File 'lib/sentdm/models/profile_detail.rb', line 410 optional :street, String, nil?: true |
#tax_id ⇒ String?
Tax ID/EIN number
416 |
# File 'lib/sentdm/models/profile_detail.rb', line 416 optional :tax_id, String, nil?: true |
#tax_id_type ⇒ String?
Type of tax ID (e.g., us_ein, ca_bn)
422 |
# File 'lib/sentdm/models/profile_detail.rb', line 422 optional :tax_id_type, String, nil?: true |
#url ⇒ String?
Business website URL
428 |
# File 'lib/sentdm/models/profile_detail.rb', line 428 optional :url, String, nil?: true |