Class: Lithic::Models::AccountHolderSimulateEnrollmentReviewParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::AccountHolderSimulateEnrollmentReviewParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/lithic/models/account_holder_simulate_enrollment_review_params.rb
Overview
Defined Under Namespace
Modules: Status, StatusReason
Instance Attribute Summary collapse
-
#account_holder_token ⇒ String?
The account holder which to perform the simulation upon.
-
#status ⇒ Symbol, ...
An account holder’s status for use within the simulation.
-
#status_reasons ⇒ Array<Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewParams::StatusReason>?
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(account_holder_token: nil, status: nil, status_reasons: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see AccountHolderSimulateEnrollmentReviewParams 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(account_holder_token: nil, status: nil, status_reasons: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::AccountHolderSimulateEnrollmentReviewParams for more details.
|
|
# File 'lib/lithic/models/account_holder_simulate_enrollment_review_params.rb', line 30
|
Instance Attribute Details
#account_holder_token ⇒ String?
The account holder which to perform the simulation upon.
14 |
# File 'lib/lithic/models/account_holder_simulate_enrollment_review_params.rb', line 14 optional :account_holder_token, String |
#status ⇒ Symbol, ...
An account holder’s status for use within the simulation.
20 |
# File 'lib/lithic/models/account_holder_simulate_enrollment_review_params.rb', line 20 optional :status, enum: -> { Lithic::AccountHolderSimulateEnrollmentReviewParams::Status } |
#status_reasons ⇒ Array<Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewParams::StatusReason>?
Status reason that will be associated with the simulated account holder status. Only required for a ‘REJECTED` status.
27 28 |
# File 'lib/lithic/models/account_holder_simulate_enrollment_review_params.rb', line 27 optional :status_reasons, -> { Lithic::Internal::Type::ArrayOf[enum: Lithic::AccountHolderSimulateEnrollmentReviewParams::StatusReason] } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/lithic/models/account_holder_simulate_enrollment_review_params.rb', line 49
|