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
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 |
---|---|
bool |
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, int, 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 |
int | nMaxNoEntries | Optional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise. |
string | sScrollRef | Optional scroll reference from a previous inquiry. |
Returns
Type | Description |
---|---|
FinWhitelistListOrder |