 | IPosTerminalEntityShowHoldReceiptsForAllTerminals Property |
Gets or sets the show hold receipts for all terminals.
(Afficher les tickets en attente de toutes les caisses)
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<bool> ShowHoldReceiptsForAllTerminals { get; set; }
Property ShowHoldReceiptsForAllTerminals As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the ShowHoldReceiptsForAllTerminals (Afficher les tickets en attente de toutes les caisses) column of the PosTerminal (Caisse) table.
See Also