Class FinSepaInstPaymtReclassBuilder
public class FinSepaInstPaymtReclassBuilder : FinSepaOrderBuilder
- Inheritance
-
FinSepaInstPaymtReclassBuilder
- Inherited Members
Constructors
FinSepaInstPaymtReclassBuilder(FinContact)
public FinSepaInstPaymtReclassBuilder(FinContact aContact)
Parameters
aContactFinContact
Properties
InternalDestinationAccountsAllowed
Indicates whether this order type can be used for bank internal transfers.
public bool InternalDestinationAccountsAllowed { get; }
Property Value
Remarks
If this is false, then a reclassification transfer with this order type is
only allowed, if the destination account is at a different bank than the ordering
account.
Methods
Build(FinAcct, SepaDocument)
Overrides default order builder by setting the Fallback bit, when possible.
public override FinSepaOrder Build(FinAcct aAcct, SepaDocument aSepaDoc)
Parameters
aAcctFinAcctaSepaDocSepaDocument
Returns
Remarks
Just calls Build(FinAcct, SepaDocument, bool) with parameter
Fallback true.
Build(FinAcct, SepaDocument, bool)
public FinSepaInstPaymt Build(FinAcct aAcct, SepaDocument aSepaDoc, bool fFallbackAllowed)
Parameters
aAcctFinAcctaSepaDocSepaDocumentfFallbackAllowedbool
Returns
OnPreparePaymentInformation(FinAcct, SepaPaymentInformation)
protected override void OnPreparePaymentInformation(FinAcct aAcct, SepaPaymentInformation aPmtInf)
Parameters
aAcctFinAcctaPmtInfSepaPaymentInformation