UNPKG
@snapp-store/snapp-box-sdk
Version:
latest (1.0.0)
1.0.0
A javascript sdk for snapp box api
github.com/snapp-store/snapp-box-sdk
snapp-store/snapp-box-sdk
@snapp-store/snapp-box-sdk
/
generated
/
models
/
GetPrice.ts
15 lines
(12 loc)
•
282 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export
type
GetPrice
= {
rateChartId
:
number
;
pricingConfigId
:
number
;
distanceCharged
:
number
;
terminalsCharged
:
number
;
timeFactor
:
number
;
totalFare
:
number
;
pricingId
:
string
; };