Click or drag to resize

ReceiptLineItemEntityTotalQtyRejected Property

Gets or sets the total qty rejected.

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 Nullable<decimal> TotalQtyRejected { get; set; }

Property Value

Type: NullableDecimal
The total qty rejected.
See Also