Interface IFinVerificationOfPayeeForm
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.
Namespace: Subsembly.FinTS.Forms
Assembly: Subsembly.FinTS.Win32.dll
Syntax
public interface IFinVerificationOfPayeeForm
Methods
ConfirmVerificationOfPayee(FinContact, FinOrder, VopOption, VopResult)
Declaration
bool ConfirmVerificationOfPayee(FinContact aContact, FinOrder aOrder, VopOption nVopOption, VopResult aVopResult)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact | |
FinOrder | aOrder | The original order for which the Verification of Payee was performed. |
VopOption | nVopOption | Must be OptIn, when the |
VopResult | aVopResult | The detailed results of the Verification of Payee. |
Returns
Type | Description |
---|---|
bool | If the user wants to execute the payment, regardless of the result of the
Verification of Payee, then |