Class FinWhitelistRevokeBuilder
Builder for an order that revokes a specific previously registered
FinWhitelistEntry or all whitelist entries from the
banks PSD whitelist (HKPWL)
Inheritance
FinWhitelistRevokeBuilder
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinWhitelistRevokeBuilder : FinPsd2ManagementOrderBuilder
Constructors
Declaration
public FinWhitelistRevokeBuilder(FinContact aContact)
Parameters
Properties
EntryDetailsRequired
Declaration
public bool EntryDetailsRequired { get; }
Property Value
RevokeAllEntriesAllowed
Declaration
public bool RevokeAllEntriesAllowed { get; }
Property Value
Methods
Build(FinAcct, FinWhitelistEntry, bool)
Declaration
public FinOrder Build(FinAcct aOrderAcct, FinWhitelistEntry aWhitelistEntry, bool fRevokeAllEntries = false)
Parameters
Type |
Name |
Description |
FinAcct |
aOrderAcct |
The ordering account for identifying the user. This may be null if
OrderingAcctRequired is false .
|
FinWhitelistEntry |
aWhitelistEntry |
An existing whitelist entry that was obtained through a
FinWhitelistListOrder. This must even be provided if
fRevokeAllEntries is true .
|
bool |
fRevokeAllEntries |
If this is true then the bank will revoke all whitelist entries. This must
only be requested if RevokeAllEntriesAllowed is true .
|
Returns