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.)

Parameters

methods

The supported payment methods.

type

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

Constructors

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

Properties

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