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.
public interface IFinVerificationOfPayeeForm
Methods
ConfirmVerificationOfPayee(FinContact, FinOrder, VopOption, VopResult)
bool ConfirmVerificationOfPayee(FinContact aContact, FinOrder aOrder, VopOption nVopOption, VopResult aVopResult)
Parameters
aContactFinContactaOrderFinOrderThe original order for which the Verification of Payee was performed.
nVopOptionVopOptionMust be OptIn, when the
aVopResultwas returned from a Verification of Payee, or OptOut, when the user did Opt-Out from Verification of Payee.aVopResultVopResultThe 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
trueshall be returned. If the payment shall not be executed, thenfalse shall be returned.