You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AccountController Class > Checkout Method

AccountControllerCheckout Method

AuctionWorx 3.5 API
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.Controllers
Assembly:  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: ActionResult
See Also

Reference

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