 | ISubTaxEntityTaxValue Property |
Gets or sets the Value
(Valeur de la taxe)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Tax
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<decimal> TaxValue { get; set; }
Property TaxValue As Nullable(Of Decimal)
Get
Set
Property Value
Type:
NullableDecimal
RemarksThis entity member is bound to the TaxValue (Valeur de la taxe) column of the SubTax (Sous-taxe) table.
See Also