{
    "abacusAccountLedgerList": {
        "items": [
            {
                "account": {
                    "accountId": "1"
                },
                "accountingPeriod": null,
                "amount": "-80059.95",
                "contract": null,
                "currencyCode": "USD",
                "date": "2020-03-31",
                "endingBalance": "0.00",
                "ledgerAccountId": "4",
                "openingBalance": "80059.95",
                "statementPeriod": {
                    "statementPeriodId": "255",
                    "statementPeriodName": "March 2020"
                },
                "transactionType": "send_payments"
            },
            {
                "account": {
                    "accountId": "1"
                },
                "accountingPeriod": null,
                "amount": "80059.95",
                "contract": null,
                "currencyCode": "USD",
                "date": "2020-03-31",
                "endingBalance": "0.00",
                "ledgerAccountId": "3",
                "openingBalance": "80059.95",
                "statementPeriod": {
                    "statementPeriodId": "255",
                    "statementPeriodName": "March 2020"
                },
                "transactionType": "tax_withholding"
            },
            {
                "account": {
                    "accountId": "1"
                },
                "accountingPeriod": {
                    "accountingPeriodId": "2",
                    "accountingPeriodName": "March 2020"
                },
                "amount": "12345.67",
                "contract": {
                    "contractId": "3",
                    "contractName": "Get Lucky Records"
                },
                "currencyCode": "USD",
                "date": "2020-03-11",
                "endingBalance": "80059.95",
                "ledgerAccountId": "2",
                "openingBalance": "67714.28",
                "statementPeriod": {
                    "statementPeriodId": "255",
                    "statementPeriodName": "March 2020"
                },
                "transactionType": "commit_royalties"
            },
            {
                "account": {
                    "accountId": "1"
                },
                "accountingPeriod": {
                    "accountingPeriodId": "1",
                    "accountingPeriodName": "January 2020"
                },
                "amount": "67714.28",
                "contract": {
                    "contractId": "3",
                    "contractName": "Get Lucky Records"
                },
                "currencyCode": "USD",
                "date": "2020-01-11",
                "endingBalance": "67714.28",
                "ledgerAccountId": "1",
                "openingBalance": "0.00",
                "statementPeriod": {
                    "statementPeriodId": "253",
                    "statementPeriodName": "January 2020"
                },
                "transactionType": "commit_royalties"
            }
        ],
        "totalCount": 4
    }
}
