Namespace:
RainWorx.FrameWorx.Providers.Fee
Assembly: RainWorx.FrameWorx.Providers.Fee (in RainWorx.FrameWorx.Providers.Fee.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.Providers.Fee (in RainWorx.FrameWorx.Providers.Fee.dll) Version: 3.5
Syntax
C#
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: ListLineItemSee Also