Class: Lithic::Models::BookTransferResponse::TransactionSeries

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/lithic/models/book_transfer_response.rb

Overview

Instance Attribute Summary collapse

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(related_transaction_event_token:, related_transaction_token:, type:) ⇒ Object

A series of transactions that are grouped together

Parameters:

  • related_transaction_event_token (String, nil)
  • related_transaction_token (String, nil)
  • type (String)


# File 'lib/lithic/models/book_transfer_response.rb', line 354


Instance Attribute Details

Returns:

  • (String, nil)


342
# File 'lib/lithic/models/book_transfer_response.rb', line 342

required :related_transaction_event_token, String, nil?: true

Returns:

  • (String, nil)


347
# File 'lib/lithic/models/book_transfer_response.rb', line 347

required :related_transaction_token, String, nil?: true

#typeString

Returns:

  • (String)


352
# File 'lib/lithic/models/book_transfer_response.rb', line 352

required :type, String