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