You are here: RainWorx.FrameWorx.BLL Namespaces > RainWorx.FrameWorx.BLL.ServiceImplementations > AccountingService Class > AddFees Method

AccountingServiceAddFees Method

AuctionWorx 3.5 API

Namespace:  RainWorx.FrameWorx.BLL.ServiceImplementations
Assembly:  RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5

Syntax

C#
public bool AddFees(
	string actingUserName,
	string eventName,
	Dictionary<string, string> properties,
	Listing oldListing,
	Listing newListing,
	ListingAction listingAction,
	Offer acceptedOffer
)

Parameters

actingUserName
Type: SystemString
eventName
Type: SystemString
properties
Type: System.Collections.GenericDictionaryString, String
oldListing
Type: RainWorx.FrameWorx.DTOListing
newListing
Type: RainWorx.FrameWorx.DTOListing
listingAction
Type: RainWorx.FrameWorx.DTOListingAction
acceptedOffer
Type: RainWorx.FrameWorx.DTOOffer

Return Value

Type: Boolean

Implements

IAccountingServiceAddFees(String, String, DictionaryString, String, Listing, Listing, ListingAction, Offer)
See Also

Reference

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