CreditcardTransactionDto

constructor(id: String, cardId: String, bookingDate: OffsetDateTime, amount: AmountDto, purpose: String, categoryId: String? = null, balanceAfterTransaction: AmountDto? = null)

Parameters

id

Unique identifier of the transaction. Depending on the bank, the transaction id may only be unique together with the credit card id.

cardId

ID of the card to which the transaction refers.

bookingDate

Booking date of the transaction.

amount
purpose

Purpose line of the transaction.

categoryId

Identifier of the category for the transaction.

balanceAfterTransaction