 | IOrganizationEntityIsEcotaxCalculationTypeBasedOnDocumentCalculationType Property |
Gets or sets whether the ecotax calculation type is based on the document calculation type
(Calcul de l’éco-contribution en fonction du type de facturation du document (Facturation HT ou TTC))
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<bool> IsEcotaxCalculationTypeBasedOnDocumentCalculationType { get; set; }
Property IsEcotaxCalculationTypeBasedOnDocumentCalculationType As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the IsEcotaxCalculationTypeBasedOnDocumentCalculationType (Calcul de l’éco-contribution en fonction du type de facturation du document (Facturation HT ou TTC)) column of the Organization (Organisme) table.
See Also