Class PaymentInfo
Represents the payment information data structure.
Inheritance
Namespace: Telerik.Reporting.Barcodes
Assembly: Telerik.Reporting.dll
Syntax
public class PaymentInfo
Constructors
PaymentInfo()
Properties
AdditionalInfo
Gets or sets the additional information about the payment.
Declaration
public string AdditionalInfo { get; set; }
Property Value
|
System.String
|
AlternativeProcedure1
Gets or sets the information for alternative procedure 1.
Declaration
public string AlternativeProcedure1 { get; set; }
Property Value
|
System.String
|
AlternativeProcedure2
Gets or sets the information for alternative procedure 2.
Declaration
public string AlternativeProcedure2 { get; set; }
Property Value
|
System.String
|
Amount
Gets or sets the bill amount.
Declaration
public string Amount { get; set; }
Property Value
|
System.String
|
Currency
Gets or sets the currency used in the bill. Supported values: CHF/EUR. Default value: CHF.
Declaration
public string Currency { get; set; }
Property Value
|
System.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
public string Reference { get; set; }
Property Value
|
System.String
|
ReferenceType
Gets or sets the type of the payment reference number. Supported values: QRR/SCOR/NON. Default value: NON.
Declaration
public string ReferenceType { get; set; }
Property Value
|
System.String
|
StructuredBillInfo
Gets or sets the coded information for automated booking of the payment.
Declaration
public string StructuredBillInfo { get; set; }
Property Value
|
System.String
|