 | SalesOrderDtoSalesLineDtoLineDiscountIncludingVAT Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic decimal LineDiscountIncludingVAT { get; set; }
Public Property LineDiscountIncludingVAT As Decimal
Get
Set
public:
property Decimal LineDiscountIncludingVAT {
Decimal get ();
void set (Decimal value);
}
member LineDiscountIncludingVAT : decimal with get, set
Property Value
Type:
Decimal
See Also