New to Telerik ReportingStart a free 30-day trial

Represents the payment information data structure.

Definition

Namespace:Telerik.Reporting.Barcodes

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PaymentInfo

Inheritance: objectPaymentInfo

Constructors

Initializes a new instance of the PaymentInfo class

C#
public PaymentInfo()

Properties

Gets or sets the additional information about the payment.

C#
public string AdditionalInfo { get; set; }

Gets or sets the information for alternative procedure 1.

C#
public string AlternativeProcedure1 { get; set; }

Gets or sets the information for alternative procedure 2.

C#
public string AlternativeProcedure2 { get; set; }

Amount

string

Gets or sets the bill amount.

C#
public string Amount { get; set; }

Currency

string

Gets or sets the currency used in the bill. Supported values: CHF/EUR. Default value: CHF.

C#
public string Currency { get; set; }

Reference

string

Gets or sets the payment reference number. It can be null when no reference is used, 25 characters when the reference type is SCOR (ISO 11649), or 27 characters when the reference type is QRR.

C#
public string Reference { get; set; }

Gets or sets the type of the payment reference number. Supported values: QRR/SCOR/NON. Default value: NON.

C#
public string ReferenceType { get; set; }

Gets or sets the coded information for automated booking of the payment.

C#
public string StructuredBillInfo { get; set; }