UNPKG
@springtree/eva-core
Version:
latest (1.0.0)
1.0.0
The EVA core typings
github.com/springtreesolutions/eva-sdk-repo
springtreesolutions/eva-sdk-repo
@springtree/eva-core
/
EVA.Payment.Cash.d.ts
14 lines
(10 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
declare
module
EVA
.
Payment
.
Cash
{
export
interface
OpenCashDrawer
{
StationID
:
number
;
Remark
?:
string
; }
export
interface
OpenCashDrawerResponse
{
Result
:
EVA
.
Core
.
OpenCashDrawerResults
;
Error
:
EVA
.
Core
.
ServiceError
; } }