You are here: RainWorx.FrameWorx.Services > IAccountingService Interface > IAccountingService Methods > AddFees Method

IAccountingServiceAddFees Method

AuctionWorx 3.5 API

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

Syntax

C#
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
See Also

Reference

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