Class
PaymentInfo

Represents the payment information data structure.

Definition

Namespace:Telerik.Reporting.Barcodes

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PaymentInfo

Inheritance: objectPaymentInfo

Constructors

PaymentInfo()

Initializes a new instance of the PaymentInfo class

Declaration

cs-api-definition
public PaymentInfo()

Properties

AdditionalInfo

Gets or sets the additional information about the payment.

Declaration

cs-api-definition
public string AdditionalInfo { get; set; }

Property Value

string

AlternativeProcedure1

Gets or sets the information for alternative procedure 1.

Declaration

cs-api-definition
public string AlternativeProcedure1 { get; set; }

Property Value

string

AlternativeProcedure2

Gets or sets the information for alternative procedure 2.

Declaration

cs-api-definition
public string AlternativeProcedure2 { get; set; }

Property Value

string

Amount

Gets or sets the bill amount.

Declaration

cs-api-definition
public string Amount { get; set; }

Property Value

string

Currency

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

Declaration

cs-api-definition
public string Currency { get; set; }

Property Value

string

Reference

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.

Declaration

cs-api-definition
public string Reference { get; set; }

Property Value

string

ReferenceType

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

Declaration

cs-api-definition
public string ReferenceType { get; set; }

Property Value

string

StructuredBillInfo

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

Declaration

cs-api-definition
public string StructuredBillInfo { get; set; }

Property Value

string