Class FinWhitelistListBuilder
A specialized order builder that creates an order for downloading the complete list of whitelisted payee accounts 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 FinWhitelistListBuilder : FinPsd2ManagementOrderBuilder
Constructors
FinWhitelistListBuilder(FinContact)
Declaration
public FinWhitelistListBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Build(FinAcct)
Declaration
public FinWhitelistListOrder Build(FinAcct aOrderAcct)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | The ordering account for identifying the user. This may be |
Returns
Type | Description |
---|---|
FinWhitelistListOrder |
Build(FinAcct, Int32, String)
Declaration
public FinWhitelistListOrder Build(FinAcct aOrderAcct, int nMaxNoEntries, string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | The ordering account for identifying the user. This may be |
System.Int32 | nMaxNoEntries | Optional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise. |
System.String | sScrollRef | Optional scroll reference from a previous inquiry. |
Returns
Type | Description |
---|---|
FinWhitelistListOrder |