New to Telerik UI for .NET MAUIStart a free 30-day trial

Additional information can be used for the scheme with message and for the scheme with structured reference.

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Maui.Controls.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)
Parameters:unstructuredMessagestring

Can be used to indicate the payment purpose or for additional textual information about payments with a structured reference.

billInformationstring

Contains coded information for automated booking of the payment.

Properties

Bill information contain coded information for automated booking of the payment. The data is not forwarded with the payment.

C#
public string BillInformation { get; }

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; }