Retrieves final buyer fee data for the specified listing type
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: 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