Class FinSepaMultUrgntPaymtBuilder
Builder for multiple urgent payments (Eilzahlungen) based on the SEPA pain format (HKCMU).
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 FinSepaMultUrgntPaymtBuilder : FinSepaOrderBuilder
Constructors
FinSepaMultUrgntPaymtBuilder(FinContact)
Declaration
public FinSepaMultUrgntPaymtBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
MaxNumberOfTransactions
Declaration
public override int MaxNumberOfTransactions { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
SingleBookgAllowed
Declaration
public override bool SingleBookgAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
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
TotalAmountRequired
Declaration
public override bool TotalAmountRequired { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
OnPreparePaymentInformation(FinAcct, SepaPaymentInformation)
Declaration
protected override void OnPreparePaymentInformation(FinAcct aAcct, SepaPaymentInformation aPmtInf)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aAcct | |
SepaPaymentInformation | aPmtInf |