Fee

data class Fee(val value: BigDecimal, val currency: Currency)

Parking fee information for a reserved parking spot.

Parameters

value

The value 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 Fee(value: BigDecimal, currency: Currency)

Properties

Link copied to clipboard
Link copied to clipboard