Additional information can be used for the scheme with message and for the scheme with structured reference.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class AdditionalInformation
Inheritance: objectAdditionalInformation
Constructors
Initializes a new instance of the AdditionalInformation class.
C#
public AdditionalInformation(string unstructuredMessage = null, string billInformation = null)
Can be used to indicate the payment purpose or for additional textual information about payments with a structured reference.
billInformationstringContains coded information for automated booking of the payment.
Properties
BillInformation
string
Bill information contain coded information for automated booking of the payment. The data is not forwarded with the payment.
C#
public string BillInformation { get; }
UnstructuredMessage
string
Unstructured information can be used to indicate the payment purpose or for additional textual information about payments with a structured reference.
C#
public string UnstructuredMessage { get; }