 | IThirdFamilyEntityBaseSecondDiscountRate Property |
Gets or sets the SecondDiscountRate
(% remise 2)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Third
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<decimal> SecondDiscountRate { get; set; }
Property SecondDiscountRate As Nullable(Of Decimal)
Get
Set
Property Value
Type:
NullableDecimal
RemarksThis entity member is bound to the SecondDiscountRate (% remise 2) column of the CustomerFamily (Familles Clients) table.
See Also