 | ShipmentConfirmationDtoShipmentLineDtoOriginalQuantity Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[XmlElementAttribute(IsNullable = true)]
public decimal? OriginalQuantity { get; set; }
<XmlElementAttribute(IsNullable := true)>
Public Property OriginalQuantity As Decimal?
Get
Set
public:
[XmlElementAttribute(IsNullable = true)]
property Nullable<Decimal> OriginalQuantity {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
[<XmlElementAttribute(IsNullable = true)>]
member OriginalQuantity : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also