ClassCreditorInfo
Class
Represents the "Creditor/Payable To" data structure.
Definition
Namespace:Telerik.Reporting.Barcodes
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CreditorInfo : PersonInfo
Inheritance: objectPersonInfoCreditorInfo
Inherited Members
Constructors
CreditorInfo()
Initializes a new instance of the CreditorInfo class.
Declaration
cs-api-definition
public CreditorInfo()
Properties
IBAN
Gets or sets the IBAN of the account that the bill is payable to.
Declaration
cs-api-definition
public string IBAN { get; set; }
Property Value
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
cs-api-definition
public string IBANType { get; set; }
Property Value
string