Skip to content

BatchMessageHeader ru

Leksiqq edited this page Apr 6, 2024 · 2 revisions

Класс BatchMessageHeader

Заголовок сообщения пакетной сессии, соответствует сегменту UNH.

Свойства

  • public string MessageReferenceNumber { get; set; } - соответствует типу 0062 в позиции 010. Обязательное.
  • public MessageIdentification Identifier { get; } - соответствует типу S009 в позиции 020. Обязательное. (см. MessageIdentification)
  • public string? CommonAccessReference { get; set; } - соответствует типу 0068 в позиции 030.
  • public BatchStatusOfTransfer? StatusOfTransfer { get; set; } - соответствует типу S010 в позиции 040. (см. BatchStatusOfTransfer)
  • public Identification? SubsetIdentification { get; set; } - соответствует типу S016 в позиции 050. (см. Identification)
  • public Identification? ImplementationGuidelineIdentification { get; set; } - соответствует типу S017 в позиции 060. (см. Identification)
  • public Identification? ScenarioIdentification { get; set; } - соответствует типу S018 в позиции 070. (см. Identification)

Обзор

Clone this wiki locally