Click or drag to resize

ICommitmentEntityBase.DepositAssociatedDeliveryId Property

Gets the delivery id Associated to the deposit for a deposit commitment

(Code de la réception associée)

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Commitment
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
Nullable<Guid> DepositAssociatedDeliveryId { get; }

Property Value

Type: Nullable<Guid>
Remarks
This entity member is bound to the AssociatedDeliveryOrderId (Code de la réception associée) column of the PurchaseDocument (Document d'achat) table.
See Also