IOBERONCashRegisterServiceGetPaymentTypes Method |  |
Vracia zoznam typov platieb (spôsobov zaevidovania dokladu). Používa sa pri vytlačení (uzatvorení) dokladu na Pokladnici OBERON
(metóda
SetBillOpenCompute).
Namespace: Exa.OBERON.ServicesAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
SyntaxResultValue<PaymentType[]> GetPaymentTypes()
Function GetPaymentTypes As ResultValue(Of PaymentType())
Dim instance As IOBERONCashRegisterService
Dim returnValue As ResultValue(Of PaymentType())
returnValue = instance.GetPaymentTypes()
Return Value
ResultValuePaymentTypeVráti zoznam textov - vráti pole tried
PaymentType.
ExampleUrl: http://address:port/GetPaymentTypes
See Also