Class: Lithic::Models::AccountHolderUpdatedWebhookEvent::KYBPayload::UpdateRequest

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

Overview

See Also:

Defined Under Namespace

Classes: BeneficialOwnerIndividual, ControlPerson

Instance Attribute Summary collapse

Instance Method Summary collapse

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(address1:, city:, country:, postal_code:, state:, address2: nil) ⇒ Object

Some parameter documentations has been truncated, see Lithic::Models::AccountHolderUpdatedWebhookEvent::KYBPayload::UpdateRequest::BeneficialOwnerIndividual::Address for more details.

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



# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 231


Instance Attribute Details

#beneficial_owner_entitiesArray<Lithic::Models::KYBBusinessEntity>?

Deprecated.

Deprecated.



83
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 83

optional :beneficial_owner_entities, -> { Lithic::Internal::Type::ArrayOf[Lithic::KYBBusinessEntity] }

#beneficial_owner_individualsArray<Lithic::Models::AccountHolderUpdatedWebhookEvent::KYBPayload::UpdateRequest::BeneficialOwnerIndividual>?

You must submit a list of all direct and indirect individuals with 25% or more ownership in the company. A maximum of 4 beneficial owners can be submitted. If no individual owns 25% of the company you do not need to send beneficial owner information. See [FinCEN requirements](www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf) (Section I) for more background on individuals that should be included.



94
95
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 94

optional :beneficial_owner_individuals,
-> { Lithic::Internal::Type::ArrayOf[Lithic::AccountHolderUpdatedWebhookEvent::KYBPayload::UpdateRequest::BeneficialOwnerIndividual] }

#business_entityLithic::Models::KYBBusinessEntity?

Information for business for which the account is being opened and KYB is being run.



102
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 102

optional :business_entity, -> { Lithic::KYBBusinessEntity }

#control_personLithic::Models::AccountHolderUpdatedWebhookEvent::KYBPayload::UpdateRequest::ControlPerson?

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. See [FinCEN requirements](www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf) (Section II) for more background.



115
116
# File 'lib/lithic/models/account_holder_updated_webhook_event.rb', line 115

optional :control_person,
-> { Lithic::AccountHolderUpdatedWebhookEvent::KYBPayload::UpdateRequest::ControlPerson }