Skip to content

BatchInterchangeHeader ru

Leksiqq edited this page Apr 6, 2024 · 6 revisions

Класс BatchInterchangeHeader

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

Свойства

  • public SyntaxIdentifier SyntaxIdentifier { get; } - соответствует типу S001 в позиции 010. Обязательное. (см. SyntaxIdentifier)
  • public PartyIdentification Sender { get; } - соответствует типу S002 в позиции 020. Обязательное. (см. PartyIdentification)
  • public PartyIdentification Recipient { get; } - соответствует типу S003 в позиции 030. Обязательное. (см. PartyIdentification)
  • public DateTimeOfEvent DateAndTimeOfPreparation { get; } - соответствует типу S004 в позиции 040. Обязательное. (см. DateTimeOfEvent)
  • public string ControlReference { get; set; } - соответствует типу 0020 в позиции 050. Обязательное.
  • public ReferenceOrPasswordDetails? RecipientReferencePasswordDetails { get; set; } - соответствует типу S005 в позиции 060. (см. ReferenceOrPasswordDetails)
  • public string? ApplicationReference { get; set; } - соответствует типу 0026 в позиции 070.
  • public string? PriorityCode { get; set; } - соответствует типу 0029 в позиции 080.
  • public string? AcknowledgementRequest { get; set; } - соответствует типу 0031 в позиции 090.
  • public string? AgreementIdentifier { get; set; } - соответствует типу 0032 в позиции 100.
  • public string? TestIndicator { get; set; } - соответствует типу 0035 в позиции 110.

Обзор

Clone this wiki locally