Class FinSepaModifyOrder
Generic class for all SEPA modification orders that return an old and a new order ID.
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinSepaModifyOrder : FinSepaOrder
Constructors
FinSepaModifyOrder()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinSepaModifyOrder()
FinSepaModifyOrder(FinSegment, FinAcct)
Declaration
public FinSepaModifyOrder(FinSegment aOrderSegment, FinAcct aOrderAcct)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aOrderSegment | |
FinAcct | aOrderAcct |
Properties
OldOrderID
Provides the old Order ID from the returned segment.
Declaration
public string OldOrderID { get; }
Property Value
Type | Description |
---|---|
string |
Methods
OnExecuteComplete(FinDialog)
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |