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.

Constructors

Link copied to clipboard
constructor(value: BigDecimal, currency: Currency)

Properties

Link copied to clipboard

The selected currency with which the parking is paid.

Link copied to clipboard

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