class Eddy::Elements::E325

### Element Summary:

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/325.tax_identification_number.rb, line 15
def initialize(val: nil, req: nil, ref: nil)
  @id = "325"
  @name = "Tax Identification Number"
  @description = "Number assigned to a purchaser (buyer, orderer) by a taxing jurisdiction (state, county, etc.); often called a tax exemption number or certificate number"
  super(
    min: 1,
    max: 20,
    req: req,
    ref: ref,
    val: val,
  )
end