 | ICommitmentEntityBaseDepositAssociatedOrderId Property |
Gets the order id Associated to the deposit for a deposit commitment
(Code de la commande 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
SyntaxNullable<Guid> DepositAssociatedOrderId { get; }
ReadOnly Property DepositAssociatedOrderId As Nullable(Of Guid)
Get
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the AssociatedOrderId (Code de la commande associée) column of the PurchaseDocument (Document d'achat) table.
See Also