Fee

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

Parking fee information for a reserved parking spot.

Important: This is a Public Preview API. It may be changed or removed at any time.

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

Properties

Link copied to clipboard
Link copied to clipboard