Class: Increase::Models::ACHTransfer::Addenda::Freeform::Entry

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/increase/models/ach_transfer.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 with the transfer.

Parameters:



419
420
421
422
423
424
425
426
427
428
# File 'lib/increase/models/ach_transfer.rb', line 419

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)


424
# File 'lib/increase/models/ach_transfer.rb', line 424

required :payment_related_information, String