ParkingFee

data class ParkingFee(val amount: BigDecimal, val currency: Currency)

Parking fee information for a reserved parking spot.

Parameters

amount

The amount that needs to be spent to reserve the parking spot in a given currency.

currency

The selected currency with which the parking is paid.

Constructors

Link copied to clipboard
fun ParkingFee(amount: BigDecimal, currency: Currency)

Properties

Link copied to clipboard
Link copied to clipboard