Class: Increase::Models::InboundACHTransfer::Addenda::Freeform::Entry
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::InboundACHTransfer::Addenda::Freeform::Entry
- Defined in:
- lib/increase/models/inbound_ach_transfer.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.
310 311 312 313 314 315 316 317 318 319 |
# File 'lib/increase/models/inbound_ach_transfer.rb', line 310 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.
315 |
# File 'lib/increase/models/inbound_ach_transfer.rb', line 315 required :payment_related_information, String |