You are here: RainWorx.FrameWorx.Providers Namespaces > RainWorx.FrameWorx.Providers.Fee Namespaces > RainWorx.FrameWorx.Providers.Fee.Standard > GenerateFees Method

LocationsGenerateFees Method

AuctionWorx 3.5 API

Namespace:  RainWorx.FrameWorx.Providers.Fee.Standard
Assembly:  RainWorx.FrameWorx.Providers.Fee.Standard (in RainWorx.FrameWorx.Providers.Fee.Standard.dll) Version: 3.5

Syntax

C#
public override List<LineItem> GenerateFees(
	List<ListItem> applicableFeeProviders,
	string eventName,
	Listing oldListing,
	Listing newListing,
	ListingAction listingAction,
	Dictionary<string, string> commonProperties,
	ref bool payToProceed,
	Offer acceptedOffer
)

Parameters

applicableFeeProviders
Type: System.Collections.GenericListListItem
eventName
Type: SystemString
oldListing
Type: RainWorx.FrameWorx.DTOListing
newListing
Type: RainWorx.FrameWorx.DTOListing
listingAction
Type: RainWorx.FrameWorx.DTOListingAction
commonProperties
Type: System.Collections.GenericDictionaryString, String
payToProceed
Type: SystemBoolean
acceptedOffer
Type: RainWorx.FrameWorx.DTOOffer

Return Value

Type: ListLineItem

Implements

IFeeProcessorGenerateFees(ListListItem, String, Listing, Listing, ListingAction, DictionaryString, String, Boolean, Offer)
See Also

Reference

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