ClassPaymentInfo
Represents the payment information data structure.
Definition
Namespace:Telerik.Reporting.Barcodes
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PaymentInfo
Inheritance: objectPaymentInfo
Constructors
PaymentInfo()
Initializes a new instance of the PaymentInfo class
Declaration
public PaymentInfo()
Properties
AdditionalInfo
Gets or sets the additional information about the payment.
Declaration
public string AdditionalInfo { get; set; }
Property Value
string
AlternativeProcedure1
Gets or sets the information for alternative procedure 1.
Declaration
public string AlternativeProcedure1 { get; set; }
Property Value
string
AlternativeProcedure2
Gets or sets the information for alternative procedure 2.
Declaration
public string AlternativeProcedure2 { get; set; }
Property Value
string
Amount
Gets or sets the bill amount.
Declaration
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
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
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
public string ReferenceType { get; set; }
Property Value
string
StructuredBillInfo
Gets or sets the coded information for automated booking of the payment.
Declaration
public string StructuredBillInfo { get; set; }
Property Value
string