Skip to content

InteractiveMessageHeader en

Leksiqq edited this page Apr 6, 2024 · 2 revisions

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

Class InteractiveMessageHeader

The interactive session message header corresponds to the UIH segment.

Properties

  • public MessageIdentification Identifier { get; } - corresponds to type S306 in position 010. Required. (see MessageIdentification)
  • public string? MessageReferenceNumber { get; set; } - corresponds to type 0340 at position 020.
  • public DialogueReference? DialogueReference { get; set; } - corresponds to type S302 in position 030. (see DialogueReference)
  • public InteractiveStatusOfTransfer? StatusOfTransfer { get; set; } - corresponds to type S301 in position 040. (see InteractiveStatusOfTransfer)
  • public DateTimeOfEvent? DateAndTimeOfInitiation { get; set; } - corresponds to type S300 in position 050. (see DateTimeOfEvent)
  • public string? TestIndicator { get; set; } - corresponds to type 0035 at position 060.

Review

Clone this wiki locally