Class: Sentdm::Models::ProfileListResponse::Data::Profile::Brand::Business
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Sentdm::Models::ProfileListResponse::Data::Profile::Brand::Business
- Defined in:
- lib/sentdm/models/profile_list_response.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
427 |
# File 'lib/sentdm/models/profile_list_response.rb', line 427 optional :city, String, nil?: true |
#country ⇒ String?
Country code (e.g., US, CA)
433 |
# File 'lib/sentdm/models/profile_list_response.rb', line 433 optional :country, String, nil?: true |
#country_of_registration ⇒ String?
Country where the business is registered
439 |
# File 'lib/sentdm/models/profile_list_response.rb', line 439 optional :country_of_registration, String, nil?: true |
#entity_type ⇒ String?
Business entity type
445 |
# File 'lib/sentdm/models/profile_list_response.rb', line 445 optional :entity_type, String, nil?: true |
#legal_name ⇒ String?
Legal business name
451 |
# File 'lib/sentdm/models/profile_list_response.rb', line 451 optional :legal_name, String, nil?: true |
#postal_code ⇒ String?
Postal/ZIP code
457 |
# File 'lib/sentdm/models/profile_list_response.rb', line 457 optional :postal_code, String, nil?: true |
#state ⇒ String?
State/province code
463 |
# File 'lib/sentdm/models/profile_list_response.rb', line 463 optional :state, String, nil?: true |
#street ⇒ String?
Street address
469 |
# File 'lib/sentdm/models/profile_list_response.rb', line 469 optional :street, String, nil?: true |
#tax_id ⇒ String?
Tax ID/EIN number
475 |
# File 'lib/sentdm/models/profile_list_response.rb', line 475 optional :tax_id, String, nil?: true |
#tax_id_type ⇒ String?
Type of tax ID (e.g., us_ein, ca_bn)
481 |
# File 'lib/sentdm/models/profile_list_response.rb', line 481 optional :tax_id_type, String, nil?: true |
#url ⇒ String?
Business website URL
487 |
# File 'lib/sentdm/models/profile_list_response.rb', line 487 optional :url, String, nil?: true |