Class: Nacha::Record::CtxAddenda

Inherits:
Base
  • Object
show all
Includes:
AddendaRecordType
Defined in:
lib/nacha/record/ctx_addenda.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#children, #fields, #line_number, #name, #original_input_line, #parent, #validations

Method Summary

Methods included from AddendaRecordType

#child_record_types, included, #next_record_types

Methods inherited from Base

#add_error, #create_fields_from_definition, #credit?, #debit?, definition, #definition, #errors, #human_name, #initialize, #inspect, matcher, #method_missing, nacha_field, parse, #record_type, record_type, #respond_to_missing?, #to_ach, #to_h, to_h, #to_html, to_json, #to_json, unpack_str, #valid?, #validate, validations

Methods included from Validations::FieldValidations

included

Constructor Details

This class inherits a constructor from Nacha::Record::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Nacha::Record::Base

Instance Attribute Details

#addenda_sequence_numberNacha::Numeric

Returns The sequence number of this addenda record within the entry.

Returns:

  • (Nacha::Numeric)

    The sequence number of this addenda record within the entry.



17
18
19
20
21
22
23
24
25
# File 'lib/nacha/record/ctx_addenda.rb', line 17

class CtxAddenda < Nacha::Record::Base
  include AddendaRecordType

  nacha_field :record_type_code, inclusion: 'M', contents: 'C7', position: 1..1
  nacha_field :addenda_type_code, inclusion: 'M', contents: 'C05', position: 2..3
  nacha_field :payment_related_information, inclusion: 'O', contents: 'Alphameric', position: 4..83
  nacha_field :addenda_sequence_number, inclusion: 'M', contents: 'Numeric', position: 84..87
  nacha_field :entry_detail_sequence_number, inclusion: 'M', contents: 'Numeric', position: 88..94
end

#addenda_type_codeString

Returns Specifies the type of addenda, which is ‘05’ for CTX payment-related information.

Returns:

  • (String)

    Specifies the type of addenda, which is ‘05’ for CTX payment-related information.



17
18
19
20
21
22
23
24
25
# File 'lib/nacha/record/ctx_addenda.rb', line 17

class CtxAddenda < Nacha::Record::Base
  include AddendaRecordType

  nacha_field :record_type_code, inclusion: 'M', contents: 'C7', position: 1..1
  nacha_field :addenda_type_code, inclusion: 'M', contents: 'C05', position: 2..3
  nacha_field :payment_related_information, inclusion: 'O', contents: 'Alphameric', position: 4..83
  nacha_field :addenda_sequence_number, inclusion: 'M', contents: 'Numeric', position: 84..87
  nacha_field :entry_detail_sequence_number, inclusion: 'M', contents: 'Numeric', position: 88..94
end

#entry_detail_sequence_numberNacha::Numeric

Returns The sequence number of the Entry Detail record this addenda belongs to.

Returns:

  • (Nacha::Numeric)

    The sequence number of the Entry Detail record this addenda belongs to.



17
18
19
20
21
22
23
24
25
# File 'lib/nacha/record/ctx_addenda.rb', line 17

class CtxAddenda < Nacha::Record::Base
  include AddendaRecordType

  nacha_field :record_type_code, inclusion: 'M', contents: 'C7', position: 1..1
  nacha_field :addenda_type_code, inclusion: 'M', contents: 'C05', position: 2..3
  nacha_field :payment_related_information, inclusion: 'O', contents: 'Alphameric', position: 4..83
  nacha_field :addenda_sequence_number, inclusion: 'M', contents: 'Numeric', position: 84..87
  nacha_field :entry_detail_sequence_number, inclusion: 'M', contents: 'Numeric', position: 88..94
end

Returns Contains remittance information, such as invoice numbers and amounts.

Returns:

  • (String)

    Contains remittance information, such as invoice numbers and amounts.



17
18
19
20
21
22
23
24
25
# File 'lib/nacha/record/ctx_addenda.rb', line 17

class CtxAddenda < Nacha::Record::Base
  include AddendaRecordType

  nacha_field :record_type_code, inclusion: 'M', contents: 'C7', position: 1..1
  nacha_field :addenda_type_code, inclusion: 'M', contents: 'C05', position: 2..3
  nacha_field :payment_related_information, inclusion: 'O', contents: 'Alphameric', position: 4..83
  nacha_field :addenda_sequence_number, inclusion: 'M', contents: 'Numeric', position: 84..87
  nacha_field :entry_detail_sequence_number, inclusion: 'M', contents: 'Numeric', position: 88..94
end

#record_type_codeString

Returns Identifies the record as an Addenda record with a constant value of ‘7’.

Returns:

  • (String)

    Identifies the record as an Addenda record with a constant value of ‘7’.



17
18
19
20
21
22
23
24
25
# File 'lib/nacha/record/ctx_addenda.rb', line 17

class CtxAddenda < Nacha::Record::Base
  include AddendaRecordType

  nacha_field :record_type_code, inclusion: 'M', contents: 'C7', position: 1..1
  nacha_field :addenda_type_code, inclusion: 'M', contents: 'C05', position: 2..3
  nacha_field :payment_related_information, inclusion: 'O', contents: 'Alphameric', position: 4..83
  nacha_field :addenda_sequence_number, inclusion: 'M', contents: 'Numeric', position: 84..87
  nacha_field :entry_detail_sequence_number, inclusion: 'M', contents: 'Numeric', position: 88..94
end