Class FinWhitelistEntry
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinWhitelistEntry : FinPersist
Constructors
FinWhitelistEntry()
Contructs an all empty whitelist entry.
Declaration
public FinWhitelistEntry()
Properties
EntryCaption
The user supplied name of this whitelist entry. This may be different from the PayeeName.
Declaration
public string EntryCaption { get; set; }
Property Value
Type | Description |
---|---|
System.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.
Declaration
public string EntryID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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.
Declaration
public FinAcct PayeeAcct { get; set; }
Property Value
Type | Description |
---|---|
FinAcct |
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.
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.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)
Declaration
public override void ReadXml(XmlReader aXmlReader)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlReader | aXmlReader |
Overrides
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter aXmlWriter)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlWriter | aXmlWriter |