Class FinSepaDirectDebitIndicationListBuilder
Specialised builder class for downloading a list of all direct debit transactions that are available for customer reversal. May also be used to get a list of all upcoming direct debit transactions.
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinSepaDirectDebitIndicationListBuilder : FinOrderBuilder
Remarks
HKDSB - Bestand rückgabefähiger SEPA-Lastschriften
Constructors
FinSepaDirectDebitIndicationListBuilder(FinContact)
Declaration
public FinSepaDirectDebitIndicationListBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
MaxEntriesAllowed
Indicates if a count may be specified in the query.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
StoragePeriod
Indicates the number of past days that can be queried.
Declaration
public int StoragePeriod { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
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, SwiftDate, SwiftDate, Int32, String)
Declaration
public FinSepaDirectDebitIndicationList Build(FinAcct aOrderAcct, SwiftDate tFromDate, SwiftDate tToDate, int nMaxNoEntries, string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | The ordering customers account information. This must be specified as a valid
ordering customers account an must not be |
SwiftDate | tFromDate | Optional start date for the query. Use NullDate if not
specified. Must only be specified when TimePeriodPossible is
|
SwiftDate | tToDate | Optional end date for the query. Use NullDate if not
specified. Must only be specified when TimePeriodPossible is
|
System.Int32 | nMaxNoEntries | Optional max number of entries to return. Use zero, if not specified. Must only
be set when MaxEntriesAllowed is |
System.String | sScrollRef | Optional scroll reference from a previous inquiry. |
Returns
Type | Description |
---|---|
FinSepaDirectDebitIndicationList | Returns the fully constructed order, ready to be sent. Returns never |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | The parameter |
System.ArgumentException | The parameters |