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