Class: Lithic::Models::PaymentSimulateActionResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::PaymentSimulateActionResponse
- Defined in:
- lib/lithic/models/payment_simulate_action_response.rb
Overview
Defined Under Namespace
Modules: Result
Instance Attribute Summary collapse
-
#debugging_request_id ⇒ String
Debugging Request Id.
-
#result ⇒ Symbol, Lithic::Models::PaymentSimulateActionResponse::Result
Request Result.
-
#transaction_event_token ⇒ String
Transaction Event Token.
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(debugging_request_id:, result:, transaction_event_token:) ⇒ Object
|
|
# File 'lib/lithic/models/payment_simulate_action_response.rb', line 25
|
Instance Attribute Details
#debugging_request_id ⇒ String
Debugging Request Id
11 |
# File 'lib/lithic/models/payment_simulate_action_response.rb', line 11 required :debugging_request_id, String |
#result ⇒ Symbol, Lithic::Models::PaymentSimulateActionResponse::Result
Request Result
17 |
# File 'lib/lithic/models/payment_simulate_action_response.rb', line 17 required :result, enum: -> { Lithic::Models::PaymentSimulateActionResponse::Result } |
#transaction_event_token ⇒ String
Transaction Event Token
23 |
# File 'lib/lithic/models/payment_simulate_action_response.rb', line 23 required :transaction_event_token, String |