Class FinWhitelistModifyBuilder
Builder for an order that modifies a specific previously registered FinWhitelistEntry (HKPWA)
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinWhitelistModifyBuilder : FinPsd2ManagementOrderBuilder
Constructors
FinWhitelistModifyBuilder(FinContact)
Declaration
public FinWhitelistModifyBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
ModifyEntryCaptionAllowed
Indicates whether EntryCaption may be changed.
Declaration
public bool ModifyEntryCaptionAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModifyPayeeAcctAllowed
Indicates whether PayeeAcct may be changed.
Declaration
public bool ModifyPayeeAcctAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModifyPayeeNameAllowed
Indicates whether PayeeName may be changed.
Declaration
public bool ModifyPayeeNameAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Build(FinAcct, FinWhitelistEntry)
Declaration
public FinOrder Build(FinAcct aOrderAcct, FinWhitelistEntry aWhitelistEntry)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | The ordering account for identifying the user. This may be |
FinWhitelistEntry | aWhitelistEntry | 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
Type | Description |
---|---|
FinOrder |