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
-
#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 KYCPatchRequest::Individual for more details.
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
Class Method Details
.variants ⇒ Array(Lithic::Models::AccountHolderUpdateParams::Body::KYBPatchRequest, Lithic::Models::AccountHolderUpdateParams::Body::KYCPatchRequest, Lithic::Models::AccountHolderUpdateParams::Body::PatchRequest)
|
|
# File 'lib/lithic/models/account_holder_update_params.rb', line 543
|
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.
|
|
# File 'lib/lithic/models/account_holder_update_params.rb', line 332
|