You are here: RainWorx.FrameWorx.Services > ISiteService Interface > ISiteService Methods > UpdateFeeTier Method

ISiteServiceUpdateFeeTier Method

AuctionWorx 3.5 API

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

Syntax

C#
void UpdateFeeTier(
	string actingUserName,
	int id,
	decimal LowerBoundInclusive,
	decimal UpperBoundExclusive,
	decimal Value,
	string ValueType
)

Parameters

actingUserName
Type: SystemString
id
Type: SystemInt32
LowerBoundInclusive
Type: SystemDecimal
UpperBoundExclusive
Type: SystemDecimal
Value
Type: SystemDecimal
ValueType
Type: SystemString
See Also

Reference

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