Exports
isFinanced()
You can use this export server side to verify if a vehicle is financed.
params:
plates
string
returns:
result
boolean
isRented()
Use this export server side to verify if the vehicle is rented.
params:
plates
string
returns:
result
boolean
Last updated