Class: Lithic::Models::AccountHolderSimulateEnrollmentReviewParams

Inherits:
Internal::Type::BaseModel show all
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

Attributes included from Internal::Type::RequestParameters

#request_options

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

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.

Parameters:



# File 'lib/lithic/models/account_holder_simulate_enrollment_review_params.rb', line 30


Instance Attribute Details

#account_holder_tokenString?

The account holder which to perform the simulation upon.

Returns:

  • (String, nil)


14
# File 'lib/lithic/models/account_holder_simulate_enrollment_review_params.rb', line 14

optional :account_holder_token, String

#statusSymbol, ...

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_reasonsArray<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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/lithic/models/account_holder_simulate_enrollment_review_params.rb', line 49