Class FinSepaSingInstPaymtStatusBuilder
Builder for SEPA Instant Payments Status Inquiries (HKIPS).
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinSepaSingInstPaymtStatusBuilder : FinSepaInstPaymtStatusBuilder
Constructors
FinSepaSingInstPaymtStatusBuilder(FinContact)
Declaration
public FinSepaSingInstPaymtStatusBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
SupportedSepaFormats
Declaration
public override string[] SupportedSepaFormats { get; }
Property Value
Type | Description |
---|---|
string[] |
Overrides
Methods
Build(FinAcct, string, string[])
Declaration
public FinSepaInstPaymt Build(FinAcct aOrderAcct, string sOrderID, string[] vsSupportedSepaFormats = null)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | |
string | sOrderID | The OrderID returned from the original
FinSepaInstPaymt submission. Must not be |
string[] | vsSupportedSepaFormats | Optional list of acceptabled SEPA PAIN formats for the returned order data.
If this is |
Returns
Type | Description |
---|---|
FinSepaInstPaymt |
Build(FinSepaInstPaymt)
Prepare a status inquiry order for a previously sent FinSepaInstPaymt.
Declaration
public override FinSepaInstPaymt Build(FinSepaInstPaymt aInstPaymt)
Parameters
Type | Name | Description |
---|---|---|
FinSepaInstPaymt | aInstPaymt |
Returns
Type | Description |
---|---|
FinSepaInstPaymt |
Overrides
Remarks
This method will create a new FinSepaInstPaymt order that performs a
status inquiry for the given original aInstPaymt
. The result of
executing the returned status inquiry order will be propagated to the original
aInstPaymt
provided here.
Exceptions
Type | Condition |
---|---|
ArgumentNullException | The parameter |
ArgumentException | The OrderID of the parameter |