 | SalesOrderDtoSalesLineDtoLineDiscountExcludingVAT 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? LineDiscountExcludingVAT { get; set; }
<XmlElementAttribute(IsNullable := true)>
Public Property LineDiscountExcludingVAT As Decimal?
Get
Set
public:
[XmlElementAttribute(IsNullable = true)]
property Nullable<Decimal> LineDiscountExcludingVAT {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
[<XmlElementAttribute(IsNullable = true)>]
member LineDiscountExcludingVAT : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also