Class: Sentdm::Models::ProfileListResponse::Data::Profile::Brand::Business

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/sentdm/models/profile_list_response.rb

Overview

See Also:

Instance Attribute Summary collapse

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

#cityString?

City

Returns:

  • (String, nil)


427
# File 'lib/sentdm/models/profile_list_response.rb', line 427

optional :city, String, nil?: true

#countryString?

Country code (e.g., US, CA)

Returns:

  • (String, nil)


433
# File 'lib/sentdm/models/profile_list_response.rb', line 433

optional :country, String, nil?: true

#country_of_registrationString?

Country where the business is registered

Returns:

  • (String, nil)


439
# File 'lib/sentdm/models/profile_list_response.rb', line 439

optional :country_of_registration, String, nil?: true

#entity_typeString?

Business entity type

Returns:

  • (String, nil)


445
# File 'lib/sentdm/models/profile_list_response.rb', line 445

optional :entity_type, String, nil?: true

Legal business name

Returns:

  • (String, nil)


451
# File 'lib/sentdm/models/profile_list_response.rb', line 451

optional :legal_name, String, nil?: true

#postal_codeString?

Postal/ZIP code

Returns:

  • (String, nil)


457
# File 'lib/sentdm/models/profile_list_response.rb', line 457

optional :postal_code, String, nil?: true

#stateString?

State/province code

Returns:

  • (String, nil)


463
# File 'lib/sentdm/models/profile_list_response.rb', line 463

optional :state, String, nil?: true

#streetString?

Street address

Returns:

  • (String, nil)


469
# File 'lib/sentdm/models/profile_list_response.rb', line 469

optional :street, String, nil?: true

#tax_idString?

Tax ID/EIN number

Returns:

  • (String, nil)


475
# File 'lib/sentdm/models/profile_list_response.rb', line 475

optional :tax_id, String, nil?: true

#tax_id_typeString?

Type of tax ID (e.g., us_ein, ca_bn)

Returns:

  • (String, nil)


481
# File 'lib/sentdm/models/profile_list_response.rb', line 481

optional :tax_id_type, String, nil?: true

#urlString?

Business website URL

Returns:

  • (String, nil)


487
# File 'lib/sentdm/models/profile_list_response.rb', line 487

optional :url, String, nil?: true