EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

EBReceipt Type

The receipt.

Remarks

This type contains fields that comprise the receipt.

Fields

Content
String

The content of the receipt. This is the raw XML of the receipt.

The component will automatically create the receipt, and verify the receipt, depending on the method called. In most cases this is simply informational and may be stored for logging purposes if desired.

RefToMessageId
String

The Message Id to which this receipt applies. This is the original Message Id from the initial transmission of the file. This allows the receipt to be correlated with the original transmission.

The component will automatically create the receipt, and verify the receipt, depending on the method called. In most cases this is simply informational and may be stored for logging purposes if desired.

Constructors

[VB.NET]
Public EBReceipt()

[C#]
public EBReceipt();



[VB.NET]
Public EBReceipt(ByVal RefToMessageId As String, ByVal Content As String)

[C#]
public EBReceipt(string refToMessageId, string content);



 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]