Click or drag to resize

CasualCustomerServiceGetAdditionalCharges Method

Gets the additional charges.

Namespace:  AMCS.Elemos.IntegrationService.Services.CasualCustomer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<AdditionalChargeEntity> GetAdditionalCharges(
	string authenticationKey,
	AdditionalChargeSearchRequest searchRequest
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
searchRequest
Type: AMCS.Elemos.IntegrationService.Entity.CasualCustomerAdditionalChargeSearchRequest
The search request.

Return Value

Type: IListAdditionalChargeEntity
Exceptions
ExceptionCondition
FaultExceptionnew FaultCode(GetOneOffChargePrices)
FaultCodeGetOneOffChargePrices
See Also