Class: Increase::Models::Transaction::Source::InboundACHTransfer::Addenda::Freeform::Entry

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/increase/models/transaction.rb

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(entries: ) ⇒ Object

Unstructured ‘payment_related_information` passed through by the originator.

Parameters:



5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
# File 'lib/increase/models/transaction.rb', line 5999

class Entry < Increase::Internal::Type::BaseModel
  # @!attribute payment_related_information
  #   The payment related information passed in the addendum.
  #
  #   @return [String]
  required :payment_related_information, String

  # @!method initialize(payment_related_information:)
  #   @param payment_related_information [String] The payment related information passed in the addendum.
end

Instance Attribute Details

The payment related information passed in the addendum.

Returns:

  • (String)


6004
# File 'lib/increase/models/transaction.rb', line 6004

required :payment_related_information, String