Processes request to pay invoice
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult InvoiceDetail( int id, string returnUrl, FormCollection formCollection )
Parameters
- id
- Type: SystemInt32
ID of the requested invoice - returnUrl
- Type: SystemString
Return Url passed to invoice detail view - formCollection
- Type: FormCollection
details of the payment request
Return Value
Type: ActionResultRedirect to invoice detail view
See Also