 | IMaintenanceStockDocumentEntityInvoiceId Property |
Gets whether the stock document has already been invoiced
(Code Facture)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Maintenance
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> InvoiceId { get; }
ReadOnly Property InvoiceId As Nullable(Of Guid)
Get
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the InvoiceId (Code Facture) column of the StockDocument (Document de stock) table.
See Also