Class | EDI::E::MsgGroup |
In: |
lib/edi4r/edifact.rb
|
Parent: | EDI::MsgGroup |
Class EDI::E::MsgGroup
This class implements a group of business documents of the same type Its header unites features from UNB as well as from UNH.
messages_created | [R] |
Creates an empty UN/EDIFACT message group Don‘t use directly - use new_msggroup of class Interchange instead!
This is always the parent object (an interchange object). Use method new_msggroup in the corresponding object instead of creating message groups unattended - the parent reference will be accounted for automatically.
List of supported hash keys:
:msg_type : | Sets DE 0038, default = ‘INVOIC‘ |
:resp_agency : | Sets DE 0051, default = ‘UN‘ |
:version : | Sets S008.0052, default = ‘D’ |
:release : | Sets S008.0054, default = ‘96A’ |
:assigned_code : | Sets S008.0057 (subset), default = nil |
:sender : | Presets DE S006/0040, default = nil |
:recipient : | Presets DE S007/0044, default = nil |
:group_reference : | Presets DE 0048, auto-incremented |