Class FinWhitelistModifyBuilder
Builder for an order that modifies a specific previously registered FinWhitelistEntry (HKPWA)
public class FinWhitelistModifyBuilder : FinPsd2ManagementOrderBuilder
- Inheritance
-
FinWhitelistModifyBuilder
- Inherited Members
Constructors
FinWhitelistModifyBuilder(FinContact)
public FinWhitelistModifyBuilder(FinContact aContact)
Parameters
aContactFinContact
Properties
ModifyEntryCaptionAllowed
Indicates whether EntryCaption may be changed.
public bool ModifyEntryCaptionAllowed { get; }
Property Value
ModifyPayeeAcctAllowed
Indicates whether PayeeAcct may be changed.
public bool ModifyPayeeAcctAllowed { get; }
Property Value
ModifyPayeeNameAllowed
Indicates whether PayeeName may be changed.
public bool ModifyPayeeNameAllowed { get; }
Property Value
Methods
Build(FinAcct, FinWhitelistEntry)
public FinOrder Build(FinAcct aOrderAcct, FinWhitelistEntry aWhitelistEntry)
Parameters
aOrderAcctFinAcctThe ordering account for identifying the user. This may be
nullif OrderingAcctRequired isfalse.aWhitelistEntryFinWhitelistEntryAn existing whitelist entry that was obtained through a FinWhitelistListOrder with the changed properties. Only those properties that are allowed to be changed, will be sent to the bank.