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