Class FinSepaSingRemittBuilder
Builder for a single SEPA customer credit transfer payment initiation order (HKCCS).
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 FinSepaSingRemittBuilder : FinSepaOrderBuilder
Constructors
FinSepaSingRemittBuilder(FinContact)
Creates a single remittance builder for the given contact.
Declaration
public FinSepaSingRemittBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | The parameter aContact was |
Methods
OnPreparePaymentInformation(FinAcct, SepaPaymentInformation)
Declaration
protected override void OnPreparePaymentInformation(FinAcct aAcct, SepaPaymentInformation aPmtInf)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aAcct | |
SepaPaymentInformation | aPmtInf |