Class FinSepaDirectDebitIndicationList
Represents a direct debit indication list download order (HKDSB). Must be created by the FinSepaDirectDebitIndicationListBuilder.
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 FinSepaDirectDebitIndicationList : FinOrder
Constructors
FinSepaDirectDebitIndicationList()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinSepaDirectDebitIndicationList()
FinSepaDirectDebitIndicationList(FinSegment)
Should not be created directly, but rather by the FinSepaDirectDebitIndicationListBuilder.
Declaration
public FinSepaDirectDebitIndicationList(FinSegment aHKDSB)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aHKDSB |
Properties
DirectDebitIndications
Provides an array with all direct debit indications that have been downloaded.
Declaration
public FinSepaDirectDebitIndication[] DirectDebitIndications { get; }
Property Value
Type | Description |
---|---|
FinSepaDirectDebitIndication[] |
Methods
InsertScrollRef(String)
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
System.String | sScrollRef |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
OnExecuteComplete(FinDialog)
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |