Class FinSepaOutstandingPostdatedOrder
Specialised order class for downloading all outstanding postdated single remittance (HKCSB) or direct debit (HKDBS, HKBBS) orders.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.FinTS
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)
Declaration
public FinSepaOutstandingPostdatedOrder(FinSegment aOrderSegment)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aOrderSegment |
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
Type | Description |
---|---|
FinSepaRemitt[] |
Methods
InsertScrollRef(String)
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
System.String | sScrollRef |
Returns
Type | Description |
---|---|
System.Boolean |
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
Type | Name | Description |
---|---|---|
FinDialog | aDialog |