Sha256: 6935d9950800d041d0190aedfd7e1c7611974d6a12748ab0da6ac6be86fd7d90

Contents?: true

Size: 653 Bytes

Versions: 1

Compression:

Stored size: 653 Bytes

Contents

module Eddy
  module Elements
    # - Id: I02
    # - Name: Authorization Information
    # - Type: AN
    # - Min/Max: 10/10
    # - Description: Information used for additional identification or authorization of the interchange sender or the data in the interchange; the type of information is set by the Authorization Information Qualifier (I01)
    class AuthorizationInformation < Eddy::Element::AN
      # @return [void]
      def initialize()
        @id = "I02"
        @name = "AuthorizationInformation"
        @type = "AN"
        self.min = 10
        self.max = 10
        self.value = (" " * 10) # "          "
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eddy-0.1.0 lib/eddy/definitions/manual/elements/I02.authorization_information.rb