Class FinWhitelistListOrder

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

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 FinSegment
aOrderAcct FinAcct

Properties

Whitelist

Array of FinWhitelistEntry instances that have been received from the bank.

public FinWhitelistEntry[] Whitelist { get; }

Property Value

FinWhitelistEntry[]

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

bool

OnExecuteComplete(FinDialog)

protected override void OnExecuteComplete(FinDialog aDialog)

Parameters

aDialog FinDialog