You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AuctionWorxController Class > GetFinalBuyerFeeRanges Method

AuctionWorxControllerGetFinalBuyerFeeRanges Method

AuctionWorx 3.5 API
Retrieves final buyer fee data for the specified listing type

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

Syntax

C#
protected static void GetFinalBuyerFeeRanges(
	string listingType,
	List<Category> categories,
	out decimal finalFeeMin,
	out decimal finalFeeMax,
	out List<Tier> finalFeeTiers,
	out string finalFeeDescription
)

Parameters

listingType
Type: SystemString
the name of the specified listing type
categories
Type: System.Collections.GenericListCategory
the categories of the listing in question
finalFeeMin
Type: SystemDecimal
returns the minimum fee amount
finalFeeMax
Type: SystemDecimal
returns the maximum fee amount
finalFeeTiers
Type: System.Collections.GenericListTier
returns a list of applicable fee tiers
finalFeeDescription
Type: SystemString
returns the configured final buyer fee description
See Also

Reference

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