 | OrderCombinationGroupingSummaryEntityOneOffCharges Property |
Gets or sets the one off charges.
Namespace:
AMCS.Elemos.IntegrationService.Entity.CasualCustomer.OrderCombinationGroup
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<PartialOneOffActionEntity> OneOffCharges { get; set; }
Public Property OneOffCharges As IList(Of PartialOneOffActionEntity)
Get
Set
Property Value
Type:
IListPartialOneOffActionEntity
The one off charges.
See Also