PaymentDetails

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

Parameters

methods

The supported payment methods.

type

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