PaymentInfo
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
Initializes a new instance of the PaymentInfo class
public PaymentInfo()
Properties
AdditionalInfo
string
Gets or sets the additional information about the payment.
public string AdditionalInfo { get; set; }
AlternativeProcedure1
string
Gets or sets the information for alternative procedure 1.
public string AlternativeProcedure1 { get; set; }
AlternativeProcedure2
string
Gets or sets the information for alternative procedure 2.
public string AlternativeProcedure2 { get; set; }
Amount
string
Gets or sets the bill amount.
public string Amount { get; set; }
Currency
string
Gets or sets the currency used in the bill. Supported values: CHF/EUR. Default value: CHF.
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.
public string Reference { get; set; }
ReferenceType
string
Gets or sets the type of the payment reference number. Supported values: QRR/SCOR/NON. Default value: NON.
public string ReferenceType { get; set; }
StructuredBillInfo
string
Gets or sets the coded information for automated booking of the payment.
public string StructuredBillInfo { get; set; }