Skip to content

GroupHeader en

Leksiqq edited this page Apr 6, 2024 · 2 revisions

Attention! This article, as well as this announcement, are automatically translated from Russian.

Class GroupHeader

The functional group header corresponds to the UNG segment.

Properties

  • public MessageIdentification? MessageGroupIdentification { get; set; } - matches types 0038 at position 010, 0051 at position 060 and S008 at position 070. (see MessageIdentification)
  • public PartyIdentification? ApplicationSender { get; set; } - corresponds to type S006 in position 020. (see PartyIdentification)
  • public PartyIdentification? ApplicationRecipient { get; set; } - corresponds to type S007 in position 030. (see PartyIdentification)
  • public DateTimeOfEvent? DateAndTimeOfPreparation { get; set; } - corresponds to type S004 in position 040. (see DateTimeOfEvent)
  • public string GroupReferenceNumber { get; set; } - corresponds to type 0048 at position 050. Required.
  • public string? ApplicationPassword { get; set; } - corresponds to type 0058 at position 080.

Review

Clone this wiki locally