Class: Increase::Models::Transaction::Source::InboundACHTransfer::Addenda::Freeform::Entry
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Transaction::Source::InboundACHTransfer::Addenda::Freeform::Entry
- Defined in:
- lib/increase/models/transaction.rb
Instance Attribute Summary collapse
-
#payment_related_information ⇒ String
The payment related information passed in the addendum.
Instance Method Summary collapse
-
#initialize(entries:) ⇒ Object
constructor
Unstructured ‘payment_related_information` passed through by the originator.
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.
6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 |
# File 'lib/increase/models/transaction.rb', line 6726 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
#payment_related_information ⇒ String
The payment related information passed in the addendum.
6731 |
# File 'lib/increase/models/transaction.rb', line 6731 required :payment_related_information, String |