Class FinMailDownloadOrder
public class FinMailDownloadOrder : FinOrder
- Inheritance
-
FinMailDownloadOrder
- Inherited Members
Constructors
FinMailDownloadOrder()
This ctor shall only be used when loading a previously persisted instance of this class.
public FinMailDownloadOrder()
FinMailDownloadOrder(FinSegment)
public FinMailDownloadOrder(FinSegment aOrderSegment)
Parameters
aOrderSegmentFinSegment
Properties
Mail that has been downloaded from the bank.
public FinMail Mail { get; }
Property Value
Remarks
If a FinMail instance was provided to
Build(FinMail),
then that instance reference is stored and returned here. If no FinMail
instance was provided, then this will be null, until a HIKAA segment was
successfully downloaded.
Methods
InsertScrollRef(string)
protected override bool InsertScrollRef(string sScrollRef)
Parameters
sScrollRefstring
Returns
OnExecuteComplete(FinDialog)
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
aDialogFinDialog