Class FinSepaAcctInfo
SEPA account information request order (HKSPA).
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinSepaAcctInfo : FinOrder
Remarks
This class cannot be instantiated directly. Instead, it must be created through the Build(FinAcct, Int32, String) method of the FinSepaAcctInfoBuilder class.
Constructors
FinSepaAcctInfo()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinSepaAcctInfo()
FinSepaAcctInfo(FinSegment, FinAcct)
Declaration
public FinSepaAcctInfo(FinSegment aHKSPA, FinAcct aAcct)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aHKSPA | |
FinAcct | aAcct | If a HKSPA for all accounts is generated, then this is |
Properties
SepaAcctInfos
Array of SEPA account information response segments (HISPA) that have been received.
Declaration
public FinSepaAcctInfoResp[] SepaAcctInfos { get; }
Property Value
Type | Description |
---|---|
FinSepaAcctInfoResp[] |
Remarks
Actually only a single HISPA response segment is allowed. However, by the use of a ScrollRef (Aufsetzpunkte) we might have collected several of them (if any). Therefore an array is provided instead of a single instance.
If the order has not been sent, yet, then this value will be null
.
If the order has been sent, then this value will always contain an array.
However, the array may be empty if no SEPA account information data was
returned.
Methods
InsertScrollRef(String)
Inserts scroll reference into order segment.
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
System.String | sScrollRef |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
OnExecuteComplete(FinDialog)
Processes all SEPA account information segments (HISPA) that have been received.
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |