 | IPriceListCalculationLineEntityBaseFreeType Property |
Gets or sets the free type
(Type de gratuité)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.PriceList
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<byte> FreeType { get; set; }
Property FreeType As Nullable(Of Byte)
Get
Set
Property Value
Type:
NullableByte
RemarksThis entity member is bound to the FreeType (Type de gratuité) column of the PriceListCalculationLine (Calculs à appliquer sur les éléments du tarif) table.
See Also