Class FinSepaSingRemittBuilder
Builder for a single SEPA customer credit transfer payment initiation order (HKCCS).
Inherited Members
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 |
---|---|
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 |