Class FinSepaSetupSto
A specialised FinSepaOrder that encapsulates a SEPA setup standing order (HKCDE, HKIPD) segment and its response (HICDE, HIIPD) segment.
public class FinSepaSetupSto : FinSepaOrder
- Inheritance
-
FinSepaSetupSto
- Inherited Members
Constructors
FinSepaSetupSto()
This ctor shall only be used when loading a previously persisted instance of this class.
public FinSepaSetupSto()
FinSepaSetupSto(FinSegment, FinAcct)
public FinSepaSetupSto(FinSegment aSegment, FinAcct aOrderAcct)
Parameters
aSegment
FinSegmentA HKCDE or HKIPD segment.
aOrderAcct
FinAcct
Methods
OnExecuteComplete(FinDialog)
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
aDialog
FinDialog