Skip to content

InteractiveInterchangeHeader ru

Leksiqq edited this page Apr 6, 2024 · 2 revisions

Класс InteractiveInterchangeHeader

Заголовок интерактивной сессии, соответствует сегменту UIB.

Свойства

  • public SyntaxIdentifier SyntaxIdentifier { get; } - соответствует типу S001 в позиции 010. Обязательное. (см. SyntaxIdentifier)
  • public DialogueReference? DialogueReference { get; set; } - соответствует типу S302 в позиции 020. (см. DialogueReference)
  • public TransactionReference? TransactionReference { get; set; } - соответствует типу S303 в позиции 030. (см. TransactionReference)
  • public Identification? ScenarioIdentification { get; set; } - соответствует типу S018 в позиции 040. (см. Identification)
  • public Identification? DialogueIdentification { get; set; } - соответствует типу S305 в позиции 050. (см. Identification)
  • public PartyIdentification? Sender { get; set; } - соответствует типу S002 в позиции 060. (см. PartyIdentification)
  • public PartyIdentification? Recipient { get; set; } - соответствует типу S003 в позиции 070. (см. PartyIdentification)
  • public DateTimeOfEvent? DateAndTimeOfInitiation { get; set; } - соответствует типу S300 в позиции 080. (см. DateTimeOfEvent)
  • public string? DuplicateIndicator { get; set; } - соответствует типу 0325 в позиции 090.
  • public string? TestIndicator { get; set; } - соответствует типу 0035 в позиции 100.

Обзор

Clone this wiki locally