SearchCreditcardTransactionRequestDto
constructor(cardIds: MutableList<String>, bookingType: SearchCreditcardTransactionRequestDto.BookingType? = null, bookingDateFrom: OffsetDateTime? = null, bookingDateTo: OffsetDateTime? = null, amountMin: BigDecimal? = null, amountMax: BigDecimal? = null, purpose: String? = null)
Parameters
cardIds
One or more cardId's.
bookingType
Type of booking
bookingDateFrom
From-booking date of the transaction.
bookingDateTo
From-booking date time of the transaction.
amountMin
Minimal amount of a transaction
amountMax
Maximum amount of a transaction
purpose
Purpose of the transaction.