Class CreditorInfo
Represents the "Creditor/Payable To" data structure.
Namespace: Telerik.Reporting.Barcodes
Assembly: Telerik.Reporting.dll
Syntax
public class CreditorInfo : PersonInfo
Constructors
CreditorInfo()
Properties
IBAN
Gets or sets the IBAN of the account that the bill is payable to.
Declaration
public string IBAN { get; set; }
Property Value
System.String
|
IBANType
Gets or sets the type of the IBAN of the account that the bill is payable to. Supported values: IBAN/QRIBAN. Default value: IBAN.
Declaration
public string IBANType { get; set; }
Property Value
System.String
|