 | ITargetStockDocumentEntityBaseTransitEndDate Property |
Transit EndDate (for completed document when have a transit stage)
(Date de fin de transit)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.StockDocument
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<DateTime> TransitEndDate { get; set; }
Property TransitEndDate As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTime
RemarksThis entity member is bound to the TransitEndDate (Date de fin de transit) column of the StockDocument (Document de stock) table.
See Also