Class: Sentdm::Models::ProfileDetail::Brand::Business

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/sentdm/models/profile_detail.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)


368
# File 'lib/sentdm/models/profile_detail.rb', line 368

optional :city, String, nil?: true

#countryString?

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

Returns:

  • (String, nil)


374
# File 'lib/sentdm/models/profile_detail.rb', line 374

optional :country, String, nil?: true

#country_of_registrationString?

Country where the business is registered

Returns:

  • (String, nil)


380
# File 'lib/sentdm/models/profile_detail.rb', line 380

optional :country_of_registration, String, nil?: true

#entity_typeString?

Business entity type

Returns:

  • (String, nil)


386
# File 'lib/sentdm/models/profile_detail.rb', line 386

optional :entity_type, String, nil?: true

Legal business name

Returns:

  • (String, nil)


392
# File 'lib/sentdm/models/profile_detail.rb', line 392

optional :legal_name, String, nil?: true

#postal_codeString?

Postal/ZIP code

Returns:

  • (String, nil)


398
# File 'lib/sentdm/models/profile_detail.rb', line 398

optional :postal_code, String, nil?: true

#stateString?

State/province code

Returns:

  • (String, nil)


404
# File 'lib/sentdm/models/profile_detail.rb', line 404

optional :state, String, nil?: true

#streetString?

Street address

Returns:

  • (String, nil)


410
# File 'lib/sentdm/models/profile_detail.rb', line 410

optional :street, String, nil?: true

#tax_idString?

Tax ID/EIN number

Returns:

  • (String, nil)


416
# File 'lib/sentdm/models/profile_detail.rb', line 416

optional :tax_id, String, nil?: true

#tax_id_typeString?

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

Returns:

  • (String, nil)


422
# File 'lib/sentdm/models/profile_detail.rb', line 422

optional :tax_id_type, String, nil?: true

#urlString?

Business website URL

Returns:

  • (String, nil)


428
# File 'lib/sentdm/models/profile_detail.rb', line 428

optional :url, String, nil?: true