New to Telerik ReportingStart a free 30-day trial

Represents the "Creditor/Payable To" data structure.

Definition

Namespace:Telerik.Reporting.Barcodes

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CreditorInfo : PersonInfo

Inheritance: objectPersonInfoCreditorInfo

Inherited Members PersonInfo.NamePersonInfo.Address

Constructors

Initializes a new instance of the CreditorInfo class.

C#
public CreditorInfo()

Properties

IBAN

string

Gets or sets the IBAN of the account that the bill is payable to.

C#
public string IBAN { get; set; }

IBANType

string

Gets or sets the type of the IBAN of the account that the bill is payable to. Supported values: IBAN/QRIBAN. Default value: IBAN.

C#
public string IBANType { get; set; }