Either adds the specified line item to an eligible invoice if it exists, otherwise creates a new invoice, and redirects to the invoice detail page
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult Checkout( int? lineitemid, string returnUrl )
Parameters
- lineitemid
- Type: SystemNullableInt32
the id of the specified lineitem - returnUrl
- Type: SystemString
Url to redirect to
Return Value
Type: ActionResultSee Also