 | IPurchaseDocumentEntityBaseIsVatExcludedEcotaxCalculation Property |
Gets or sets whether exotax is calculated from vat included amount (default true)
(Calculer l'éco-contribution à partir du montant HT)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.PurchaseDocument
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> IsVatExcludedEcotaxCalculation { get; set; }
Property IsVatExcludedEcotaxCalculation As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the IsVatExcludedEcotaxCalculation (Calculer l'éco-contribution à partir du montant HT) column of the PurchaseDocument (Document d'achat) table.
See Also