 | ReceiptLineItemEntity.AdditionalHCodesAndIds Property |
Gets or sets the additional h codes and ids.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Weighing
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<Tuple<string, Nullable<int>>> AdditionalHCodesAndIds { get; set; }
Public Property AdditionalHCodesAndIds As IList(Of Tuple(Of String, Nullable(Of Integer)))
Get
Set
Property Value
Type:
IList<Tuple<String,
Nullable<Int32>>>
The additional h codes and ids.
See Also