PaymentStandingOrderInfoDto

data class PaymentStandingOrderInfoDto(var frequency: FrequencyEnumDto, var endDate: LocalDate? = null)

Standing Order details

Parameters

frequency
endDate

The start date for standing orders is determined by the executionDate. This value determines the end date. This date must be in the future!

Constructors

Link copied to clipboard
constructor(frequency: FrequencyEnumDto, endDate: LocalDate? = null)

Properties

Link copied to clipboard
@Valid
var endDate: LocalDate?
Link copied to clipboard