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

AccountControllerSetStatementPaid Method

AuctionWorx 3.5 API
Processes request from seller to manually mark their own listing statement as "Paid" or "Unpaid"

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

Syntax

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

Parameters

id
Type: SystemInt32
ID of the statement to be updated
paid
Type: SystemBoolean
true means "Set statement as paid", false means "Set statement as unpaid"
returnUrl
Type: SystemString
Return Url passed to statement detail view

Return Value

Type: ActionResult
Redirect to the statement detail view
See Also

Reference

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