ParkingPaymentDetails

data class ParkingPaymentDetails(val type: PaymentType, val methods: List<PaymentMethod>)

Details of the payment procedure and timing for the parking. (For example, an indication that payment is required upfront.)

Parameters

type

The type of payment, e.g., attendant, payByPhone.

methods

The supported payment methods.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard