Class: Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ControlPerson
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ControlPerson
- Defined in:
- lib/lithic/models/account_holder_update_response.rb
Overview
Defined Under Namespace
Classes: Address
Instance Attribute Summary collapse
-
#address ⇒ Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ControlPerson::Address?
Individual’s current address - PO boxes, UPS drops, and FedEx drops are not acceptable; APO/FPO are acceptable.
-
#dob ⇒ String?
Individual’s date of birth, as an RFC 3339 date.
-
#email ⇒ String?
Individual’s email address.
-
#first_name ⇒ String?
Individual’s first name, as it appears on government-issued identity documents.
-
#last_name ⇒ String?
Individual’s last name, as it appears on government-issued identity documents.
-
#phone_number ⇒ String?
Individual’s phone number, entered in E.164 format.
Instance Method Summary collapse
-
#initialize(address: nil, dob: nil, email: nil, first_name: nil, last_name: nil, phone_number: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see ControlPerson for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
#initialize(address: nil, dob: nil, email: nil, first_name: nil, last_name: nil, phone_number: nil) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ControlPerson for more details.
Only present when user_type == “BUSINESS”.
An individual with significant responsibility for managing the legal entity (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating Officer,
Managing Member, General Partner, President, Vice President, or Treasurer). This can be an executive, or someone who will have program-wide access
to the cards that Lithic will provide. In some cases, this individual could also be a beneficial owner listed above.
|
|
# File 'lib/lithic/models/account_holder_update_response.rb', line 383
|
Instance Attribute Details
#address ⇒ Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ControlPerson::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.
349 350 |
# File 'lib/lithic/models/account_holder_update_response.rb', line 349 optional :address, -> { Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ControlPerson::Address } |
#dob ⇒ String?
Individual’s date of birth, as an RFC 3339 date.
356 |
# File 'lib/lithic/models/account_holder_update_response.rb', line 356 optional :dob, String |
#email ⇒ String?
Individual’s email address. If utilizing Lithic for chargeback processing, this customer email address may be used to communicate dispute status and resolution.
363 |
# File 'lib/lithic/models/account_holder_update_response.rb', line 363 optional :email, String |
#first_name ⇒ String?
Individual’s first name, as it appears on government-issued identity documents.
369 |
# File 'lib/lithic/models/account_holder_update_response.rb', line 369 optional :first_name, String |
#last_name ⇒ String?
Individual’s last name, as it appears on government-issued identity documents.
375 |
# File 'lib/lithic/models/account_holder_update_response.rb', line 375 optional :last_name, String |
#phone_number ⇒ String?
Individual’s phone number, entered in E.164 format.
381 |
# File 'lib/lithic/models/account_holder_update_response.rb', line 381 optional :phone_number, String |