 | ISaleCommitmentEntityUnrecoverablePointingId Property |
Gets or sets set the pointing id used to match doubtful commitment id with unrecoverable state (used by accounting transfer)
(Identifiant de pointage d'échéance 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<Guid> UnrecoverablePointingId { get; set; }
Property UnrecoverablePointingId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the UnrecoverablePointingId (Identifiant de pointage d'échéance irrécouvrable) column of the SaleCommitment (Échéance de vente) table.
See Also