﻿[
  {
    AccountIBAN: 'DE26930901000012345678',
    Amount: 1671.4000000,
    BIC: 'HIJKLMN',
    BookingDate: DateTime,
    BookingText: 'Abbuchung',
    CompletedDate: null,
    Currency: 'EUR',
    CustomerMatchingHeuristic: null,
    CustomerMatchingRate: 0.01,
    Description: 'Bestbeschreibung 2',
    I3D: 2,
    IsCompleted: false,
    IsVisible: false,
    OnlineBankingConfigurationI3D: 22,
    RelatedCustomerI3D: 10012,
    RelatedCustomerName: '',
    Sender: 'Test Sender',
    TransactionAssignments: [],
    TransactionState: 0,
    TypeCode: '103'
  },
  {
    AccountIBAN: 'DE12345678901234567890',
    Amount: 190.5000000,
    BIC: 'ABCDEFG',
    BookingDate: DateTime,
    BookingText: 'Überweisung',
    CompletedDate: null,
    Currency: 'EUR',
    CustomerMatchingHeuristic: null,
    CustomerMatchingRate: 0.75,
    Description: 'Rechnung 40233, 40282',
    I3D: 1,
    IsCompleted: false,
    IsVisible: true,
    OnlineBankingConfigurationI3D: 1,
    RelatedCustomerI3D: 10000,
    RelatedCustomerName: '',
    Sender: 'Martin Herzog',
    TransactionAssignments: [],
    TransactionState: 0,
    TypeCode: '103'
  }
]