Class FinWhitelistListOrder
Specialized order for querying the PSD2 payee whitelist from the bank (HKPWB).
Inheritance
FinWhitelistListOrder
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinWhitelistListOrder : FinOrder
Constructors
FinWhitelistListOrder()
This ctor shall only be used when loading a previously persisted instance of this
class.
Declaration
public FinWhitelistListOrder()
FinWhitelistListOrder(FinSegment, FinAcct)
Declaration
public FinWhitelistListOrder(FinSegment aOrderSegment, FinAcct aOrderAcct)
Parameters
Properties
Whitelist
Declaration
public FinWhitelistEntry[] Whitelist { get; }
Property Value
Methods
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type |
Name |
Description |
string |
sScrollRef |
|
Returns
Overrides
OnExecuteComplete(FinDialog)
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Overrides