Class: Lithic::Models::PaymentSimulateActionParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::PaymentSimulateActionParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/lithic/models/payment_simulate_action_params.rb
Overview
Defined Under Namespace
Modules: DeclineReason, EventType
Instance Attribute Summary collapse
-
#date_of_death ⇒ Date?
Date of Death for ACH Return.
-
#decline_reason ⇒ Symbol, ...
Decline reason.
-
#event_type ⇒ Symbol, Lithic::Models::PaymentSimulateActionParams::EventType
Event Type.
-
#return_addenda ⇒ String?
Return Addenda.
-
#return_reason_code ⇒ String?
Return Reason Code.
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Instance Method Summary collapse
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(event_type:, date_of_death: nil, decline_reason: nil, return_addenda: nil, return_reason_code: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/lithic/models/payment_simulate_action_params.rb', line 40
|
Instance Attribute Details
#date_of_death ⇒ Date?
Date of Death for ACH Return
20 |
# File 'lib/lithic/models/payment_simulate_action_params.rb', line 20 optional :date_of_death, Date |
#decline_reason ⇒ Symbol, ...
Decline reason
26 |
# File 'lib/lithic/models/payment_simulate_action_params.rb', line 26 optional :decline_reason, enum: -> { Lithic::PaymentSimulateActionParams::DeclineReason } |
#event_type ⇒ Symbol, Lithic::Models::PaymentSimulateActionParams::EventType
Event Type
14 |
# File 'lib/lithic/models/payment_simulate_action_params.rb', line 14 required :event_type, enum: -> { Lithic::PaymentSimulateActionParams::EventType } |
#return_addenda ⇒ String?
Return Addenda
32 |
# File 'lib/lithic/models/payment_simulate_action_params.rb', line 32 optional :return_addenda, String |
#return_reason_code ⇒ String?
Return Reason Code
38 |
# File 'lib/lithic/models/payment_simulate_action_params.rb', line 38 optional :return_reason_code, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/lithic/models/payment_simulate_action_params.rb', line 67
|