Class: Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication

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

Overview

Defined Under Namespace

Modules: Status, StatusReason

Instance Attribute Summary collapse

Class Method 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(created:, status:, status_reasons:, updated:, ky_passed_at: nil) ⇒ Object

Some parameter documentations has been truncated, see Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication for more details.

Information about the most recent identity verification attempt



# File 'lib/lithic/models/account_holder_simulate_enrollment_review_response.rb', line 715

Instance Attribute Details

#createdTime

Timestamp of when the application was created.



683
# File 'lib/lithic/models/account_holder_simulate_enrollment_review_response.rb', line 683

required :created, Time

#ky_passed_atTime?

Timestamp of when the application passed the verification process. Only present if ‘status` is `ACCEPTED`



713
# File 'lib/lithic/models/account_holder_simulate_enrollment_review_response.rb', line 713

optional :ky_passed_at, Time

#statusSymbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication::Status

KYC and KYB evaluation states.

Note: ‘PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the `ADVANCED` workflow.



692
693
# File 'lib/lithic/models/account_holder_simulate_enrollment_review_response.rb', line 692

required :status,
enum: -> { Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication::Status }

#status_reasonsArray<Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication::StatusReason>

Reason for the evaluation status.



699
700
# File 'lib/lithic/models/account_holder_simulate_enrollment_review_response.rb', line 699

required :status_reasons,
-> { Lithic::Internal::Type::ArrayOf[enum: Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::VerificationApplication::StatusReason] }

#updatedTime

Timestamp of when the application was last updated.



706
# File 'lib/lithic/models/account_holder_simulate_enrollment_review_response.rb', line 706

required :updated, Time

Class Method Details

.valuesArray<Symbol>



# File 'lib/lithic/models/account_holder_simulate_enrollment_review_response.rb', line 746