Module: Lithic::Models::AccountHolderUpdateParams::Body

Extended by:
Internal::Type::Union
Defined in:
lib/lithic/models/account_holder_update_params.rb

Overview

The KYB request payload for updating a business.

Defined Under Namespace

Classes: KYBPatchRequest, KYCPatchRequest, PatchRequest

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Union

==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Instance Method Details

#initialize(entity_token:, address: nil, dob: nil, email: nil, first_name: nil, government_id: nil, last_name: nil, phone_number: nil) ⇒ Object

Some parameter documentations has been truncated, see Lithic::Models::AccountHolderUpdateParams::Body::KYCPatchRequest::Individual for more details.

Information on the individual for whom the account is being opened and KYC is being run.

Parameters:

  • entity_token (String)

    Globally unique identifier for an entity.

  • address (Lithic::Models::AddressUpdate) (defaults to: nil)

    Individual’s current address - PO boxes, UPS drops, and FedEx drops are not acce

  • dob (String) (defaults to: nil)

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

  • email (String) (defaults to: nil)

    Individual’s email address. If utilizing Lithic for chargeback processing, this

  • first_name (String) (defaults to: nil)

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

  • government_id (String) (defaults to: nil)

    Government-issued identification number (required for identity verification and

  • last_name (String) (defaults to: nil)

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

  • phone_number (String) (defaults to: nil)

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



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