Class: Lithic::Models::BookTransferResponse::TransactionSeries
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::BookTransferResponse::TransactionSeries
- Defined in:
- lib/lithic/models/book_transfer_response.rb
Overview
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(related_transaction_event_token:, related_transaction_token:, type:) ⇒ Object
constructor
A series of transactions that are grouped together.
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(related_transaction_event_token:, related_transaction_token:, type:) ⇒ Object
A series of transactions that are grouped together
|
|
# File 'lib/lithic/models/book_transfer_response.rb', line 354
|
Instance Attribute Details
#related_transaction_event_token ⇒ String?
342 |
# File 'lib/lithic/models/book_transfer_response.rb', line 342 required :related_transaction_event_token, String, nil?: true |
#related_transaction_token ⇒ String?
347 |
# File 'lib/lithic/models/book_transfer_response.rb', line 347 required :related_transaction_token, String, nil?: true |
#type ⇒ String
352 |
# File 'lib/lithic/models/book_transfer_response.rb', line 352 required :type, String |