Class
AdditionalInformation

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:

cs-api-definition
public class AdditionalInformation

Inheritance: objectAdditionalInformation

Constructors

AdditionalInformation(string, string)

Initializes a new instance of the AdditionalInformation class.

Declaration

cs-api-definition
public AdditionalInformation(string unstructuredMessage = null, string billInformation = null)

Parameters

unstructuredMessage

string

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

billInformation

string

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

cs-api-definition
public string BillInformation { get; }

Property Value

string

UnstructuredMessage

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

Declaration

cs-api-definition
public string UnstructuredMessage { get; }

Property Value

string