{{ booking.bookingDate | date }} {{ booking.amount | currency:'EUR':'symbol' }}
Booking date:
{{ booking.bookingDate | date }}
Amount:
{{ booking.amount | currency:'EUR':'symbol' }}
Receiver:
{{ booking.otherAccount.owner }}
Standing order:
{{ booking.standingOrder }}
Creditor ID:
{{ booking.creditorId }}
Mandate reference:
{{ booking.mandateReference }}
Bank API:
{{ booking.bankApi }}
Purpose:
{{ booking.usage }}
Rules:
{{ booking.bookingCategory?.rules }}
Main category:
{{ booking.bookingCategory?.mainCategory }}
Subcategory:
{{ booking.bookingCategory?.subCategory }}
Specification:
{{ booking.bookingCategory?.specification }}