Class FinWhitelistListOrder
Specialized order for querying the PSD2 payee whitelist from the bank (HKPWB).
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.FinTS
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)
Declaration
public FinWhitelistListOrder(FinSegment aOrderSegment)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aOrderSegment |
Properties
Whitelist
Array of FinWhitelistEntry instances that have been received from the bank.
Declaration
public FinWhitelistEntry[] Whitelist { get; }
Property Value
Type | Description |
---|---|
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)
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
System.String | sScrollRef |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
OnExecuteComplete(FinDialog)
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |