Click or drag to resize

IUCService.ActivityAdditionalChargesGet 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 2025.4
Syntax
C#
List<AdditionalCharge> ActivityAdditionalChargesGet(
	string activityNo
)

Parameters

activityNo
Type: System.String

Return Value

Type: List<AdditionalCharge>
Remarks
LS Central WS2 : GetAdditionalCharges
See Also