 | IDiscountCouponBarCodeEntityUsedDocumentId Property |
Gets or sets the used document identifier.
(Code du document d'utilisation)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Pos
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> UsedDocumentId { get; set; }
Property UsedDocumentId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the UsedDocumentId (Code du document d'utilisation) column of the DiscountCouponBarCode (Coupons émis) table.
See Also