Class FinWhitelistListBuilder

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

A specialized order builder that creates an order for downloading the complete list of whitelisted payee accounts from the bank (HKPWB).

public class FinWhitelistListBuilder : FinPsd2ManagementOrderBuilder
Inheritance
FinWhitelistListBuilder
Inherited Members

Constructors

FinWhitelistListBuilder(FinContact)

public FinWhitelistListBuilder(FinContact aContact)

Parameters

aContact FinContact

Properties

MaxEntriesAllowed

True if the request parameter MaxEntries may be set.

public bool MaxEntriesAllowed { get; }

Property Value

bool

Methods

Build(FinAcct)

public FinWhitelistListOrder Build(FinAcct aOrderAcct)

Parameters

aOrderAcct FinAcct

The ordering account for identifying the user. This may be null if OrderingAcctRequired is false.

Returns

FinWhitelistListOrder

Build(FinAcct, int, string)

public FinWhitelistListOrder Build(FinAcct aOrderAcct, int nMaxNoEntries, string sScrollRef)

Parameters

aOrderAcct FinAcct

The ordering account for identifying the user. This may be null if OrderingAcctRequired is false.

nMaxNoEntries int

Optional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise.

sScrollRef string

Optional scroll reference from a previous inquiry.

Returns

FinWhitelistListOrder