Click or drag to resize

IUCJsonActivityAdditionalChargesGet Method

Returns list with the required or optional additional charges for the Activity as applied automatically according to the product

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
List<AdditionalCharge> ActivityAdditionalChargesGet(
	string activityNo
)

Parameters

activityNo
Type: SystemString

Return Value

Type: ListAdditionalCharge
Remarks
LS Central WS2 : GetAdditionalCharges
See Also