UNPKG
@allgroup/yandex-taxi-fleet-api
Version:
latest (0.0.7)
1.0.0-alpha
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.2-alpha-debug3
0.0.2-alpha-debug2
0.0.2-alpha-debug1
0.0.2-alpha-debug
0.0.2-alpha
0.0.1
0.0.1-alpha
Unofficial yandex taxi fleet api library
@allgroup/yandex-taxi-fleet-api
/
src
/
models
/
transaction
/
add-transaction-query-request.ts
7 lines
•
175 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
interface
AddTransactionQueryRequest
{
"amount"
:
string
;
"category_id"
:
string
;
"description"
:
string
;
"driver_profile_id"
:
string
;
"park_id"
:
string
; }