Interface IFinVerificationOfPayeeForm

Namespace
Subsembly.FinTS.Forms
Assembly
Subsembly.FinTS.Win32.dll

Interface for providing an UI that presents the result of a Verification of Payee and asks the user to confirm or deny execution of the payment.

public interface IFinVerificationOfPayeeForm

Methods

ConfirmVerificationOfPayee(FinContact, FinOrder, VopOption, VopResult)

bool ConfirmVerificationOfPayee(FinContact aContact, FinOrder aOrder, VopOption nVopOption, VopResult aVopResult)

Parameters

aContact FinContact
aOrder FinOrder

The original order for which the Verification of Payee was performed.

nVopOption VopOption

Must be OptIn, when the aVopResult was returned from a Verification of Payee, or OptOut, when the user did Opt-Out from Verification of Payee.

aVopResult VopResult

The detailed results of the Verification of Payee.

Returns

bool

If the user wants to execute the payment, regardless of the result of the Verification of Payee, then true shall be returned. If the payment shall not be executed, then false shall be returned.