Class: Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb
Overview
Defined Under Namespace
Modules: Status, StatusReason
Instance Attribute Summary collapse
-
#accepted_entity_status_reasons ⇒ Array<String>?
A list of status reasons associated with a KYB account holder in PENDING_REVIEW.
-
#document_upload_token ⇒ String
The account holder document upload which to perform the simulation upon.
-
#status ⇒ Symbol, Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams::Status
An account holder document’s upload status for use within the simulation.
-
#status_reason ⇒ Symbol, ...
Status reason that will be associated with the simulated account holder status.
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(document_upload_token:, status:, accepted_entity_status_reasons: nil, status_reason: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see AccountHolderSimulateEnrollmentDocumentReviewParams for more details.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(document_upload_token:, status:, accepted_entity_status_reasons: nil, status_reason: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams for more details.
|
|
# File 'lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb', line 36
|
Instance Attribute Details
#accepted_entity_status_reasons ⇒ Array<String>?
A list of status reasons associated with a KYB account holder in PENDING_REVIEW
26 |
# File 'lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb', line 26 optional :accepted_entity_status_reasons, Lithic::Internal::Type::ArrayOf[String] |
#document_upload_token ⇒ String
The account holder document upload which to perform the simulation upon.
14 |
# File 'lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb', line 14 required :document_upload_token, String |
#status ⇒ Symbol, Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams::Status
An account holder document’s upload status for use within the simulation.
20 |
# File 'lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb', line 20 required :status, enum: -> { Lithic::AccountHolderSimulateEnrollmentDocumentReviewParams::Status } |
#status_reason ⇒ Symbol, ...
Status reason that will be associated with the simulated account holder status. Only required for a ‘REJECTED` status or `PARTIAL_APPROVAL` status.
33 34 |
# File 'lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb', line 33 optional :status_reason, enum: -> { Lithic::AccountHolderSimulateEnrollmentDocumentReviewParams::StatusReason } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb', line 60
|