You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > InvoiceDetail Method (Int32, String, FormCollection)

AccountControllerInvoiceDetail Method (Int32, String, FormCollection)

AuctionWorx 3.5 API
Processes request to pay invoice

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: ActionResult
Redirect to invoice detail view
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.