class Eddy::Elements::E76
### Element Summary:
-
Id: 76
-
Name: Invoice Number
-
Type: AN
-
Min/Max: 1/22
-
Description: Identifying number assigned by issuer
Public Class Methods
new(val: nil, req: nil, ref: nil)
click to toggle source
@param val [String] @param req [String] @param ref [String] @return [void]
Calls superclass method
Eddy::Models::Element::AN::new
# File lib/definitions/elements/generated/76.invoice_number.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "76" @name = "Invoice Number" @description = "Identifying number assigned by issuer" super( min: 1, max: 22, req: req, ref: ref, val: val, ) end