Processes request from payee to confirm payment record entered by payer via free form payment provider
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult ConfirmInvoicePayment( int id, FormCollection formCollection )
Parameters
- id
- Type: SystemInt32
ID of the invoice to be updated - formCollection
- Type: FormCollection
user input collection
Return Value
Type: ActionResultRedirect to invoice detail view
See Also