Class FinWhitelistEntry
public class FinWhitelistEntry : FinPersist
- Inheritance
-
FinWhitelistEntry
- Inherited Members
Constructors
FinWhitelistEntry()
Contructs an all empty whitelist entry.
public FinWhitelistEntry()
Properties
EntryCaption
The user supplied name of this whitelist entry. This may be different from the PayeeName.
public string EntryCaption { get; set; }
Property Value
- string
The EntryCaption must not be longer than 70 characters. This value is mandatory and must be assigned before this whitelist entry can be submitted to the bank.
EntryID
The technical ID of this whitelist entry.
public string EntryID { get; set; }
Property Value
Remarks
The mandatory technical ID is assigned by the bank. The property will be
null
for newly created instances.
PayeeAcct
The user supplied payee account details of this whitelist entry.
public FinAcct PayeeAcct { get; set; }
Property Value
Remarks
This value is mandatory and must be assigned before this whitelist entry can be submitted to the bank. At least the IBAN must be provided in this FinAcct. For some payees the BIC will be needed, too.
PayeeName
The user supplied payee name used for remittances to the payee described by this whitelist entry.
public string PayeeName { get; set; }
Property Value
- string
The PayeeName must not be longer than 70 characters. This value is mandatory and must be assigned before this whitelist entry can be submitted to the bank.
Methods
ReadXml(XmlReader)
public override void ReadXml(XmlReader aXmlReader)
Parameters
aXmlReader
XmlReader
WriteXml(XmlWriter)
public override void WriteXml(XmlWriter aXmlWriter)
Parameters
aXmlWriter
XmlWriter