Class FinSepaOutstandingPostdatedOrder
Specialised order class for downloading all outstanding postdated single remittance (HKCSB) or direct debit (HKDBS, HKBBS) orders.
public class FinSepaOutstandingPostdatedOrder : FinOrder
- Inheritance
-
FinSepaOutstandingPostdatedOrder
- Inherited Members
Constructors
FinSepaOutstandingPostdatedOrder()
This ctor shall only be used when loading a previously persisted instance of this class.
public FinSepaOutstandingPostdatedOrder()
FinSepaOutstandingPostdatedOrder(FinSegment, FinAcct)
public FinSepaOutstandingPostdatedOrder(FinSegment aOrderSegment, FinAcct aOrderAcct)
Parameters
aOrderSegment
FinSegmentaOrderAcct
FinAcct
Properties
Remitts
Provides an array with all SEPA outstanding postdated single remittance or direct debit orders that have been downloaded.
public FinSepaRemitt[] Remitts { get; }
Property Value
Methods
InsertScrollRef(string)
protected override bool InsertScrollRef(string sScrollRef)
Parameters
sScrollRef
string
Returns
OnExecuteComplete(FinDialog)
Process all received postdated single remittance or direct debit order segments and prepare array for Remitts property.
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
aDialog
FinDialog