Class FinSepaInstPaymtBuilder
Builder for SEPA Instant Payments (HKIPZ).
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 sealed class FinSepaInstPaymtBuilder : FinSepaOrderBuilder
Constructors
FinSepaInstPaymtBuilder(FinContact)
Declaration
public FinSepaInstPaymtBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
RequestFallbackAllowed
Declaration
public bool RequestFallbackAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportedPurposeCodes
Declaration
public override string[] SupportedPurposeCodes { get; }
Property Value
Type | Description |
---|---|
System.String[] |
Overrides
SupportedSepaFormats
Declaration
public override string[] SupportedSepaFormats { get; }
Property Value
Type | Description |
---|---|
System.String[] |
Overrides
Methods
Build(FinAcct, SepaDocument, Boolean)
Declaration
public FinOrder Build(FinAcct aAcct, SepaDocument aSepaDoc, bool fFallbackAllowed)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aAcct | |
SepaDocument | aSepaDoc | |
System.Boolean | fFallbackAllowed |
Returns
Type | Description |
---|---|
FinOrder |
OnPreparePaymentInformation(FinAcct, SepaPaymentInformation)
Declaration
protected override void OnPreparePaymentInformation(FinAcct aAcct, SepaPaymentInformation aPmtInf)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aAcct | |
SepaPaymentInformation | aPmtInf |