 | ISaleCommitmentEntityWasDoubtfulBeforeUnrecoverable Property |
Gets or sets whether commitment was in doubtful state before unrecoverable
(Passée de douteuse à irrécouvrable)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Commitment
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> WasDoubtfulBeforeUnrecoverable { get; set; }
Property WasDoubtfulBeforeUnrecoverable As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the WasDoubtfulBeforeUnrecoverable (Passée de douteuse à irrécouvrable) column of the SaleCommitment (Échéance de vente) table.
See Also