 | 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)
Syntaxpublic OrderCombinationGroupDeferredOrderSummaryEntity GetMunicipalDeferredOrderSummary(
string authenticationKey,
Nullable<int> orderCombinationGroupTransactionId
)
Public Function GetMunicipalDeferredOrderSummary (
authenticationKey As String,
orderCombinationGroupTransactionId As Nullable(Of Integer)
) As OrderCombinationGroupDeferredOrderSummaryEntity
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - orderCombinationGroupTransactionId
- Type: SystemNullableInt32
The order combination group transaction identifier.
Return Value
Type:
OrderCombinationGroupDeferredOrderSummaryEntity
See Also