Skip to content

Commit

Permalink
add property IsMdnPositive to AS2SendDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
RGleb committed Apr 4, 2023
1 parent d5b7d19 commit f7db489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EdiApi.Client/Types/Messages/DirectSending/AS2SendDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
public class AS2SendDetails
{
public string MessageId { get; set; }

public byte[] Mdn { get; set; }
public bool IsMdnPositive { get; set; }
}
}

0 comments on commit f7db489

Please sign in to comment.