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,
sig/sentdm/models/profile_detail.rbs
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.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #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 ⇒ Object
315 |
# File 'sig/sentdm/models/profile_detail.rbs', line 315
def initialize: (
|
Instance Attribute Details
#city ⇒ String?
City
376 |
# File 'lib/sentdm/models/profile_detail.rb', line 376 optional :city, String, nil?: true |
#country ⇒ String?
Country code (e.g., US, CA)
382 |
# File 'lib/sentdm/models/profile_detail.rb', line 382 optional :country, String, nil?: true |
#country_of_registration ⇒ String?
Country where the business is registered
388 |
# File 'lib/sentdm/models/profile_detail.rb', line 388 optional :country_of_registration, String, nil?: true |
#entity_type ⇒ String?
Business entity type
394 |
# File 'lib/sentdm/models/profile_detail.rb', line 394 optional :entity_type, String, nil?: true |
#legal_name ⇒ String?
Legal business name
400 |
# File 'lib/sentdm/models/profile_detail.rb', line 400 optional :legal_name, String, nil?: true |
#postal_code ⇒ String?
Postal/ZIP code
406 |
# File 'lib/sentdm/models/profile_detail.rb', line 406 optional :postal_code, String, nil?: true |
#state ⇒ String?
State/province code
412 |
# File 'lib/sentdm/models/profile_detail.rb', line 412 optional :state, String, nil?: true |
#street ⇒ String?
Street address
418 |
# File 'lib/sentdm/models/profile_detail.rb', line 418 optional :street, String, nil?: true |
#tax_id ⇒ String?
Tax ID/EIN number
424 |
# File 'lib/sentdm/models/profile_detail.rb', line 424 optional :tax_id, String, nil?: true |
#tax_id_type ⇒ String?
Type of tax ID (e.g., us_ein, ca_bn)
430 |
# File 'lib/sentdm/models/profile_detail.rb', line 430 optional :tax_id_type, String, nil?: true |
#url ⇒ String?
Business website URL
436 |
# File 'lib/sentdm/models/profile_detail.rb', line 436 optional :url, String, nil?: true |
Instance Method Details
#to_hash ⇒ {
329 |
# File 'sig/sentdm/models/profile_detail.rbs', line 329
def to_hash: -> {
|