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