Class FinSepaOutstandingPostdatedOrderBuilder
Base class for builders for query of SEPA outstanding postdated single remittance orders (HKCSB) or direct debit orders (HKDBS, HKBBS).
Inheritance
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinSepaOutstandingPostdatedOrderBuilder : FinOrderBuilder
Constructors
FinSepaOutstandingPostdatedOrderBuilder(FinContact, SepaMessageType)
Declaration
protected FinSepaOutstandingPostdatedOrderBuilder(FinContact aContact, SepaMessageType nMessageType)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact | |
SepaMessageType | nMessageType |
Properties
MaxEntriesAllowed
Indicates if a count may be specified in the query.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
TimePeriodPossible
Indicates if a start and/or ending date may be specified in the query.
Declaration
public bool TimePeriodPossible { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Build(FinAcct, String[], SwiftDate, SwiftDate, Int32, String)
Builds a specialized FinOrder for a HKCSB, HKDBS or HKBBS segment.
Declaration
public FinSepaOutstandingPostdatedOrder Build(FinAcct aOrderAcct, string[] vsSupportedSepaFormats, SwiftDate aStartDate, SwiftDate aEndDate, int nMaxNoEntries, string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | |
System.String[] | vsSupportedSepaFormats | Optional list of SEPA descriptors of the supported SEPA pain formats. If this
parameter is |
SwiftDate | aStartDate | Optional starting date. Must only be provided when TimePeriodPossible
is |
SwiftDate | aEndDate | Optional ending date. Must only be provided when TimePeriodPossible
is |
System.Int32 | nMaxNoEntries | Optional max number of entries to return. Must only be provided when
MaxEntriesAllowed is |
System.String | sScrollRef | Optional scroll reference from a previous inquiry or |
Returns
Type | Description |
---|---|
FinSepaOutstandingPostdatedOrder |