Processes request from seller to manually mark their own listing invoice as "Paid" or "Unpaid"
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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
true means "Set invoice as paid", false means "Set invoice as unpaid" - returnUrl
- Type: SystemString
Return Url passed to invoice detail view
Return Value
Type: ActionResultRedirect to the invoice detail view
See Also