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

AccountControllerConsignorFees Method

AuctionWorx 3.5 API
Displays current fee tiers for the specified consignor id and processes request to update fee tiers

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

Syntax

C#
public ActionResult ConsignorFees(
	int? id,
	string returnUrl
)

Parameters

id
Type: SystemNullableInt32
optional id of the specified consignor, displays seller's standard fee tiers if not specified
returnUrl
Type: SystemString
the url to redierect to upon success

Return Value

Type: ActionResult
See Also

Reference

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