class Eddy::Elements::E1301

### 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/1301.agency_service_promotion_allowance_or_charge_code.rb, line 15
def initialize(val: nil, req: nil, ref: nil)
  @id = "1301"
  @name = "Agency Service, Promotion, Allowance, or Charge Code"
  @description = "Agency maintained code identifying the service, promotion, allowance, or charge"
  super(
    min: 1,
    max: 10,
    req: req,
    ref: ref,
    val: val,
  )
end