Class FinWhitelistListBuilder
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
aContactFinContact
Properties
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
public bool MaxEntriesAllowed { get; }
Property Value
Methods
Build(FinAcct)
public FinWhitelistListOrder Build(FinAcct aOrderAcct)
Parameters
aOrderAcctFinAcctThe ordering account for identifying the user. This may be
nullif OrderingAcctRequired isfalse.
Returns
Build(FinAcct, int, string)
public FinWhitelistListOrder Build(FinAcct aOrderAcct, int nMaxNoEntries, string sScrollRef)
Parameters
aOrderAcctFinAcctThe ordering account for identifying the user. This may be
nullif OrderingAcctRequired isfalse.nMaxNoEntriesintOptional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise.
sScrollRefstringOptional scroll reference from a previous inquiry.