Class: Lithic::Models::AccountHolderUpdateParams::BusinessEntity

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/lithic/models/account_holder_update_params.rb

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 Lithic::Internal::Type::BaseModel

Instance Attribute Details

#addressLithic::Models::AddressUpdate?

Business”s physical address - PO boxes, UPS drops, and FedEx drops are not acceptable; APO/FPO are acceptable.



321
# File 'lib/lithic/models/account_holder_update_params.rb', line 321

optional :address, -> { Lithic::AddressUpdate }

#dba_business_nameString?

Any name that the business operates under that is not its legal business name (if applicable).

Returns:

  • (String, nil)


328
# File 'lib/lithic/models/account_holder_update_params.rb', line 328

optional :dba_business_name, String

#entity_tokenString

Globally unique identifier for an entity.

Returns:

  • (String)


314
# File 'lib/lithic/models/account_holder_update_params.rb', line 314

required :entity_token, String

#government_idString?

Government-issued identification number. US Federal Employer Identification Numbers (EIN) are currently supported, entered as full nine-digits, with or without hyphens.

Returns:

  • (String, nil)


336
# File 'lib/lithic/models/account_holder_update_params.rb', line 336

optional :government_id, String

Legal (formal) business name.

Returns:

  • (String, nil)


342
# File 'lib/lithic/models/account_holder_update_params.rb', line 342

optional :legal_business_name, String

#parent_companyString?

Parent company name (if applicable).

Returns:

  • (String, nil)


348
# File 'lib/lithic/models/account_holder_update_params.rb', line 348

optional :parent_company, String

#phone_numbersArray<String>?

One or more of the business’s phone number(s), entered as a list in E.164 format.

Returns:

  • (Array<String>, nil)


355
# File 'lib/lithic/models/account_holder_update_params.rb', line 355

optional :phone_numbers, Lithic::Internal::Type::ArrayOf[String]