Class FinSepaSingInstPaymtStatusBuilder
Builder for SEPA Instant Payments Status Inquiries (HKIPS).
Inheritance
System.Object
FinSepaSingInstPaymtStatusBuilder
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 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 |
---|---|
System.String[] |
Overrides
Methods
Build(FinAcct, String, String[])
Declaration
public FinSepaInstPaymt Build(FinAcct aOrderAcct, string sOrderID, string[] vsSupportedSepaFormats = null)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | |
System.String | sOrderID | The OrderID returned from the original
FinSepaInstPaymt submission. Must not be |
System.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 |
---|---|
System.ArgumentNullException | The parameter |
System.ArgumentException | The OrderID of the parameter |