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.

Constructors

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

Properties

Link copied to clipboard

The supported payment methods.

Link copied to clipboard
val type: PaymentType? = null

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