Class: Lithic::Models::ManagementOperationTransaction::Event
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::ManagementOperationTransaction::Event
- Defined in:
- lib/lithic/models/management_operation_transaction.rb
Defined Under Namespace
Modules: DetailedResult, Result, Type
Instance Attribute Summary collapse
- #amount ⇒ Integer
- #created ⇒ Time
- #detailed_results ⇒ Array<Symbol, Lithic::Models::ManagementOperationTransaction::Event::DetailedResult>
- #effective_date ⇒ Date
- #memo ⇒ String
- #result ⇒ Symbol, Lithic::Models::ManagementOperationTransaction::Event::Result
- #subtype ⇒ String?
- #token ⇒ String
- #type ⇒ Symbol, Lithic::Models::ManagementOperationTransaction::Event::Type
Class Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Lithic::Internal::Type::BaseModel
Instance Attribute Details
#amount ⇒ Integer
181 |
# File 'lib/lithic/models/management_operation_transaction.rb', line 181 required :amount, Integer |
#created ⇒ Time
186 |
# File 'lib/lithic/models/management_operation_transaction.rb', line 186 required :created, Time |
#detailed_results ⇒ Array<Symbol, Lithic::Models::ManagementOperationTransaction::Event::DetailedResult>
191 192 |
# File 'lib/lithic/models/management_operation_transaction.rb', line 191 required :detailed_results, -> { Lithic::Internal::Type::ArrayOf[enum: Lithic::ManagementOperationTransaction::Event::DetailedResult] } |
#effective_date ⇒ Date
197 |
# File 'lib/lithic/models/management_operation_transaction.rb', line 197 required :effective_date, Date |
#memo ⇒ String
202 |
# File 'lib/lithic/models/management_operation_transaction.rb', line 202 required :memo, String |
#result ⇒ Symbol, Lithic::Models::ManagementOperationTransaction::Event::Result
207 |
# File 'lib/lithic/models/management_operation_transaction.rb', line 207 required :result, enum: -> { Lithic::ManagementOperationTransaction::Event::Result } |
#subtype ⇒ String?
217 |
# File 'lib/lithic/models/management_operation_transaction.rb', line 217 optional :subtype, String, nil?: true |
#token ⇒ String
176 |
# File 'lib/lithic/models/management_operation_transaction.rb', line 176 required :token, String |
#type ⇒ Symbol, Lithic::Models::ManagementOperationTransaction::Event::Type
212 |
# File 'lib/lithic/models/management_operation_transaction.rb', line 212 required :type, enum: -> { Lithic::ManagementOperationTransaction::Event::Type } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/lithic/models/management_operation_transaction.rb', line 236
|