 | IDiscountCouponEntityUsedCounter Property |
Gets or sets the used counter.
(Nombre de coupons utilisés)
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<int> UsedCounter { get; set; }
Property UsedCounter As Nullable(Of Integer)
Get
Set
Property Value
Type:
NullableInt32
RemarksThis entity member is bound to the UsedCounter (Nombre de coupons utilisés) column of the DiscountCoupon (Coupons de réduction) table.
See Also