SwissQRBillData
Defines the information fields mandatory to create a barcode used in a Swiss QR Bill.
Definition
Namespace:Telerik.Reporting.Barcodes
Assembly:Telerik.Reporting.dll
Syntax:
public class SwissQRBillData
Inheritance: objectSwissQRBillData
Constructors
Initializes a new instance of the SwissQRBillData class.
public SwissQRBillData()
Properties
Gets the value representing the "Creditor/Payable To" data structure.
public CreditorInfo Creditor { get; }
Gets the value representing the "Debtor/Payable By" data structure.
public DebtorInfo Debtor { get; }
Gets the value representing the "Payment Information" data structure.
public PaymentInfo Payment { get; }
Methods
BuildValue(out string)
string
Builds the barcode value from the data provided in the current instance.
public virtual string BuildValue(out string errors)
String instance containing the validation errors, if any. Null if the validation succeeds.
Returns:string
The barcode value.
Initializes a new instance of the SwissQRCodeValueStringBuilder class.
public SwissQRCodeValueStringBuilder GetValueStringBuilder()
SwissQRCodeValueStringBuilder instance.