PaymentDetails

data class PaymentDetails(@Size(min = 1) val methods: List<PaymentMethod>, val type: PaymentType? = null)

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

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

Parameters

methods

The supported payment methods.

type

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

Constructors

Link copied to clipboard
constructor(@Size(min = 1) methods: List<PaymentMethod>, type: PaymentType? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val type: PaymentType? = null