 | ICustomerSettlementEntityAssociatedExecutionQuoteId Property |
Gets or sets the associated execution quote document Id
(Identifiant du devis d'étude associé)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Settlement
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> AssociatedExecutionQuoteId { get; set; }
Property AssociatedExecutionQuoteId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the AssociatedExecutionQuoteId (Identifiant du devis d'étude associé) column of the SaleSettlement (Règlement de vente) table.
See Also