InstantPaymentEngineonQRCodeShow Method |  |
Vyvolá udalosť pre potrebu zobrazenia QR kódu zákaznikovi - či už na smart displeji,
alebo potrebe vytlačiť.
Namespace: Exa.OBERON.Shared.AccCommon.NonCashTransactions.InstantPaymentsAssembly: Exa.OBERON.Shared (in Exa.OBERON.Shared.dll) Version: 5.0.33.0 (5.0.33.0)
Syntaxpublic void onQRCodeShow(
InstantPaymentEngineQRCodeShowEventArgs e
)
Public Sub onQRCodeShow (
e As InstantPaymentEngineQRCodeShowEventArgs
)
Dim instance As InstantPaymentEngine
Dim e As InstantPaymentEngineQRCodeShowEventArgs
instance.onQRCodeShow(e)
Parameters
- e InstantPaymentEngineQRCodeShowEventArgs
-
See Also