You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > SetInvoicePaid Method

AdminControllerSetInvoicePaid Method

AuctionWorx 3.5 API
Processes request from admin to manually a site fee invoice as "Paid"

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public ActionResult SetInvoicePaid(
	int id,
	bool paid,
	string returnUrl
)

Parameters

id
Type: SystemInt32
ID of the invoice to be updated
paid
Type: SystemBoolean
returnUrl
Type: SystemString
the optional url to redirect to upon success

Return Value

Type: ActionResult
Redirect to the invoice detail view
See Also

Reference

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