Class: Lithic::Models::AccountHolderCreateParams::ControlPerson

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/lithic/models/account_holder_create_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::Address

Individual’s current address - PO boxes, UPS drops, and FedEx drops are not acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.



335
# File 'lib/lithic/models/account_holder_create_params.rb', line 335

required :address, -> { Lithic::Address }

#dobString

Individual’s date of birth, as an RFC 3339 date.

Returns:

  • (String)


341
# File 'lib/lithic/models/account_holder_create_params.rb', line 341

required :dob, String

#emailString

Individual’s email address. If utilizing Lithic for chargeback processing, this customer email address may be used to communicate dispute status and resolution.

Returns:

  • (String)


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

required :email, String

#first_nameString

Individual’s first name, as it appears on government-issued identity documents.

Returns:

  • (String)


354
# File 'lib/lithic/models/account_holder_create_params.rb', line 354

required :first_name, String

#government_idString

Government-issued identification number (required for identity verification and compliance with banking regulations). Social Security Numbers (SSN) and Individual Taxpayer Identification Numbers (ITIN) are currently supported, entered as full nine-digits, with or without hyphens

Returns:

  • (String)


363
# File 'lib/lithic/models/account_holder_create_params.rb', line 363

required :government_id, String

#last_nameString

Individual’s last name, as it appears on government-issued identity documents.

Returns:

  • (String)


369
# File 'lib/lithic/models/account_holder_create_params.rb', line 369

required :last_name, String

#phone_numberString?

Individual’s phone number, entered in E.164 format.

Returns:

  • (String, nil)


375
# File 'lib/lithic/models/account_holder_create_params.rb', line 375

optional :phone_number, String