 | IActivityEntityPurchaseDocumentId Property |
Gets or sets the purchase document id.
(Code document d'achat)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> PurchaseDocumentId { get; set; }
Property PurchaseDocumentId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the PurchaseDocumentId (Code document d'achat) column of the Activity (Activités) table.
See Also