﻿[
  {
    AccountStatementDate: null,
    AccountStatementNumber: 1234,
    Amount: 8.0,
    BankAccount: null,
    Comment: 'What do you call a ship full of buddies?   A friendship.',
    CreatedAt: DateTime,
    EmployeeI3D: 22,
    I3D: 65,
    InvoiceAmount: 238.0,
    InvoiceHeadI3D: 6586,
    IsClosed: false,
    Number: 40286,
    PaymentDate: DateTime,
    ResidualAmount: 230.0
  },
  {
    AccountStatementDate: null,
    AccountStatementNumber: 1234,
    Amount: 24.0,
    BankAccount: null,
    Comment: 'Why did the grape cross the road?   No raisin.',
    CreatedAt: DateTime,
    EmployeeI3D: 22,
    I3D: 66,
    InvoiceAmount: 238.0,
    InvoiceHeadI3D: 6586,
    IsClosed: false,
    Number: 40286,
    PaymentDate: DateTime,
    ResidualAmount: 230.0
  },
  {
    AccountStatementDate: null,
    AccountStatementNumber: 1234,
    Amount: 48.0,
    BankAccount: null,
    Comment: 'My friend just sprayed some deodorant in my mouth.   Now I have some weird Axe scent.',
    CreatedAt: DateTime,
    EmployeeI3D: 22,
    I3D: 67,
    InvoiceAmount: 238.0,
    InvoiceHeadI3D: 6586,
    IsClosed: false,
    Number: 40286,
    PaymentDate: DateTime,
    ResidualAmount: 230.0
  },
  {
    AccountStatementDate: null,
    AccountStatementNumber: 1234,
    Amount: 80.0,
    BankAccount: null,
    Comment: 'What do you call a Buddhist Squirrel?   A chipmunk.',
    CreatedAt: DateTime,
    EmployeeI3D: 22,
    I3D: 68,
    InvoiceAmount: 238.0,
    InvoiceHeadI3D: 6586,
    IsClosed: true,
    Number: 40286,
    PaymentDate: DateTime,
    ResidualAmount: 230.0
  }
]