Class FinWhitelistRevokeBuilder
Builder for an order that revokes a specific previously registered FinWhitelistEntry or all whitelist entries from the banks PSD whitelist (HKPWL)
public class FinWhitelistRevokeBuilder : FinPsd2ManagementOrderBuilder
- Inheritance
-
FinWhitelistRevokeBuilder
- Inherited Members
Constructors
FinWhitelistRevokeBuilder(FinContact)
public FinWhitelistRevokeBuilder(FinContact aContact)
Parameters
aContactFinContact
Properties
EntryDetailsRequired
public bool EntryDetailsRequired { get; }
Property Value
RevokeAllEntriesAllowed
public bool RevokeAllEntriesAllowed { get; }
Property Value
Methods
Build(FinAcct, FinWhitelistEntry, bool)
public FinOrder Build(FinAcct aOrderAcct, FinWhitelistEntry aWhitelistEntry, bool fRevokeAllEntries = false)
Parameters
aOrderAcctFinAcctThe ordering account for identifying the user. This may be
nullif OrderingAcctRequired isfalse.aWhitelistEntryFinWhitelistEntryAn existing whitelist entry that was obtained through a FinWhitelistListOrder. This must even be provided if
fRevokeAllEntriesistrue.fRevokeAllEntriesboolIf this is
truethen the bank will revoke all whitelist entries. This must only be requested if RevokeAllEntriesAllowed istrue.