Class FinWhitelistListOrder
Specialized order for querying the PSD2 payee whitelist from the bank (HKPWB).
public class FinWhitelistListOrder : FinOrder
- Inheritance
-
FinWhitelistListOrder
- Inherited Members
Constructors
FinWhitelistListOrder()
This ctor shall only be used when loading a previously persisted instance of this class.
public FinWhitelistListOrder()
FinWhitelistListOrder(FinSegment, FinAcct)
public FinWhitelistListOrder(FinSegment aOrderSegment, FinAcct aOrderAcct)
Parameters
aOrderSegment
FinSegmentaOrderAcct
FinAcct
Properties
Whitelist
Array of FinWhitelistEntry instances that have been received from the bank.
public FinWhitelistEntry[] Whitelist { get; }
Property Value
Remarks
If the order has not been sent, yet, then this value will be null
.
If the order has been sent, then this value will always contain an array.
However, the array may be empty if no data was returned.
Methods
InsertScrollRef(string)
protected override bool InsertScrollRef(string sScrollRef)
Parameters
sScrollRef
string
Returns
OnExecuteComplete(FinDialog)
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
aDialog
FinDialog