Click or drag to resize

CasualCustomerServiceGetMunicipalDeferredOrderSummary Method

Gets the municipal deferred order summary.

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 OrderCombinationGroupDeferredOrderSummaryEntity GetMunicipalDeferredOrderSummary(
	string authenticationKey,
	Nullable<int> orderCombinationGroupTransactionId
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
orderCombinationGroupTransactionId
Type: SystemNullableInt32
The order combination group transaction identifier.

Return Value

Type: OrderCombinationGroupDeferredOrderSummaryEntity
See Also