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.