Class FinWhitelistModifyBuilder

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

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

aContact FinContact

Properties

ModifyEntryCaptionAllowed

Indicates whether EntryCaption may be changed.

public bool ModifyEntryCaptionAllowed { get; }

Property Value

bool

ModifyPayeeAcctAllowed

Indicates whether PayeeAcct may be changed.

public bool ModifyPayeeAcctAllowed { get; }

Property Value

bool

ModifyPayeeNameAllowed

Indicates whether PayeeName may be changed.

public bool ModifyPayeeNameAllowed { get; }

Property Value

bool

Methods

Build(FinAcct, FinWhitelistEntry)

public FinOrder Build(FinAcct aOrderAcct, FinWhitelistEntry aWhitelistEntry)

Parameters

aOrderAcct FinAcct

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

aWhitelistEntry FinWhitelistEntry

An 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.

Returns

FinOrder