CashregisterSettingsCustomerTips Property |  |
Spôsob výpočtu predvoleného obslužného pri platbe, napr. v aplikácii LUKUL a eMenu (hosť si objednáva v reštaurácii sám a pred platbou môže zadať obslužné).
Zoznam možných hodnôt je možné získať pomocou metódy enm_CashRegisterCustomerTips.
Namespace: Exa.OBERON.ServicesCashRegisterGen2.CashRegister.BaseAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int CustomerTips { get; set; }Public Property CustomerTips As Integer
Get
Set
Dim instance As CashregisterSettings
Dim value As Integer
value = instance.CustomerTips
instance.CustomerTips = value
Property Value
Int32
See Also