details

@Valid
@get:Size(min = 1, max = 15000)
var details: MutableList<PaymentDetailsDto>

Parameters

details

Contains payment details. Each element represents a payment. In the case of a collective payment, multiple payment details can be provided. With the flag batchProcessing the execution type can be influenced. This array can contain up to 15.000 elements.