Class AdditionalInformation
Additional information can be used for the scheme with message and for the scheme with structured reference.
Inheritance
Inherited Members
Namespace: DPL.Telerik.Barcode
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class AdditionalInformation
Constructors
AdditionalInformation(String, String)
Initializes a new instance of the Additional
Declaration
public AdditionalInformation(string unstructuredMessage = null, string billInformation = null)
Parameters
System. Can be used to indicate the payment purpose or for additional textual information about payments with a structured reference. |
System. 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.
Declaration
public string BillInformation { get; }
Property Value
System.
|
UnstructuredMessage
Unstructured information can be used to indicate the payment purpose or for additional textual information about payments with a structured reference.
Declaration
public string UnstructuredMessage { get; }
Property Value
System.
|