class Eddy::Elements::E329
### Element Summary:
-
Id: 329
-
Name: Transaction Set Control Number
-
Type: AN
-
Min/Max: 4/9
-
Description: Identifying control number that must be unique within the transaction set functional group assigned by the originator for a transaction set
### Notes:
-
Values for this element need to be generated and have their uniqueness ensured.
-
This element inherits from {Eddy::Models::Element::N}, even though it is technically an `AN`.
Public Class Methods
new(val: nil, req: nil, ref: nil)
click to toggle source
@param val [String] (nil) @param req [String] (nil) @param ref [String] (nil) @return [void]
Calls superclass method
Eddy::Models::Element::N::new
# File lib/definitions/elements/manual/329.transactional_set_control_number.rb, line 20 def initialize(val: nil, req: nil, ref: nil) @id = "329" @name = "Transaction Set Control Number" @description = "Identifying control number that must be unique within the transaction set functional group assigned by the originator for a transaction set" super( min: 4, max: 9, req: req, ref: ref, val: val, decimals: 0, ) end