Class: Lithic::Models::DisputeV2::Event::Workflow
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::DisputeV2::Event::Workflow
- Defined in:
- lib/lithic/models/dispute_v2.rb,
sig/lithic/models/dispute_v2.rbs
Defined Under Namespace
Classes: Data
Instance Attribute Summary collapse
-
#created ⇒ Time
When the event occurred.
-
#data ⇒ Lithic::Models::DisputeV2::Event::Workflow::Data
Details specific to workflow events.
-
#token ⇒ String
Unique identifier for the event, in UUID format.
-
#type ⇒ Symbol, :WORKFLOW
Type of event.
Instance Method Summary collapse
-
#initialize(token:, created:, data:, type: :WORKFLOW) ⇒ Object
constructor
Event tracking the dispute's case management workflow.
- #to_hash ⇒ {
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(token:, created:, data:, type: :WORKFLOW) ⇒ Object
Event tracking the dispute's case management workflow
|
|
# File 'lib/lithic/models/dispute_v2.rb', line 191
|
Instance Attribute Details
#created ⇒ Time
When the event occurred
177 |
# File 'lib/lithic/models/dispute_v2.rb', line 177 required :created, Time |
#data ⇒ Lithic::Models::DisputeV2::Event::Workflow::Data
Details specific to workflow events
183 |
# File 'lib/lithic/models/dispute_v2.rb', line 183 required :data, -> { Lithic::DisputeV2::Event::Workflow::Data } |
#token ⇒ String
Unique identifier for the event, in UUID format
171 |
# File 'lib/lithic/models/dispute_v2.rb', line 171 required :token, String |
#type ⇒ Symbol, :WORKFLOW
Type of event. Always WORKFLOW
189 |
# File 'lib/lithic/models/dispute_v2.rb', line 189 required :type, const: :WORKFLOW |
Instance Method Details
#to_hash ⇒ {
135 |
# File 'sig/lithic/models/dispute_v2.rbs', line 135
def to_hash: -> {
|