Click or drag to resize

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)
Syntax
public IList<Tuple<string, Nullable<int>>> AdditionalHCodesAndIds { get; set; }

Property Value

Type: IList<Tuple<String, Nullable<Int32>>>
The additional h codes and ids.
See Also