 | IBookReceiptEntitySettlementId Property |
Gets or sets the associated settlement id
(Code du règlement associé)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.ReceiptExpense
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> SettlementId { get; set; }
Property SettlementId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the SettlementId (Code du règlement associé) column of the Receipt (Recettes) table.
See Also