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