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